mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-06-26 08:16:44 +03:00
fix spacing
This commit is contained in:
parent
109a110202
commit
d80fe8bc73
1 changed files with 3 additions and 3 deletions
|
|
@ -51,9 +51,9 @@ http {
|
||||||
image/svg+xml;
|
image/svg+xml;
|
||||||
|
|
||||||
server {
|
server {
|
||||||
listen 8888;
|
listen 8888;
|
||||||
listen [::]:8888;
|
listen [::]:8888;
|
||||||
#listen [::]:8888 ipv6only=off;
|
#listen [::]:8888 ipv6only=off;
|
||||||
root /snappymail;
|
root /snappymail;
|
||||||
index index.php;
|
index index.php;
|
||||||
charset utf-8;
|
charset utf-8;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue