append newline to all configuration files
This commit is contained in:
+1
-1
@@ -11,4 +11,4 @@ gzip_types application/atom+xml application/javascript application/json
|
||||
image/svg+xml image/x-icon text/cache-manifest text/css text/plain
|
||||
text/vcard text/vnd.rim.location.xloc text/vtt text/x-component
|
||||
text/x-cross-domain-policy;
|
||||
gzip_disable "MSIE [1-6]\.";
|
||||
gzip_disable "MSIE [1-6]\.";
|
||||
|
||||
@@ -9,4 +9,4 @@ add_header X-Permitted-Cross-Domain-Policies none;
|
||||
add_header X-UA-Compatible "IE=edge";
|
||||
add_header X-XSS-Protection "1; mode=block" always;
|
||||
|
||||
add_header X-Robots-Tag none;
|
||||
add_header X-Robots-Tag none;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
sendfile on;
|
||||
sendfile_max_chunk 1m;
|
||||
tcp_nopush on;
|
||||
tcp_nodelay on;
|
||||
tcp_nodelay on;
|
||||
|
||||
@@ -5,4 +5,4 @@ keepalive_timeout 65s;
|
||||
reset_timedout_connection on;
|
||||
proxy_connect_timeout 30s;
|
||||
proxy_read_timeout 60s;
|
||||
proxy_send_timeout 60s;
|
||||
proxy_send_timeout 60s;
|
||||
|
||||
Reference in New Issue
Block a user