fix inconsistent syntax
This commit is contained in:
@@ -9,7 +9,6 @@ events {
|
|||||||
}
|
}
|
||||||
|
|
||||||
http {
|
http {
|
||||||
|
|
||||||
# Basic settings
|
# Basic settings
|
||||||
sendfile on;
|
sendfile on;
|
||||||
tcp_nopush on;
|
tcp_nopush on;
|
||||||
@@ -51,7 +50,6 @@ http {
|
|||||||
|
|
||||||
# Site
|
# Site
|
||||||
server {
|
server {
|
||||||
|
|
||||||
# Ports
|
# Ports
|
||||||
listen 4848;
|
listen 4848;
|
||||||
listen [::]:4848;
|
listen [::]:4848;
|
||||||
@@ -78,7 +76,5 @@ http {
|
|||||||
proxy_read_timeout 59;
|
proxy_read_timeout 59;
|
||||||
proxy_connect_timeout 10;
|
proxy_connect_timeout 10;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user