fix inconsistent syntax

This commit is contained in:
Luc 2021-12-07 10:52:22 +01:00
parent 185823b040
commit 02b41dae0b
2 changed files with 101 additions and 105 deletions

View File

@ -9,7 +9,6 @@ events {
}
http {
# Basic settings
sendfile on;
tcp_nopush on;
@ -51,7 +50,6 @@ http {
# Site
server {
# Ports
listen 4848;
listen [::]:4848;
@ -78,7 +76,5 @@ http {
proxy_read_timeout 59;
proxy_connect_timeout 10;
}
}
}