append newline to all configuration files
This commit is contained in:
parent
9f16db7a13
commit
5b89659c0f
@ -1,2 +1,2 @@
|
||||
# server names
|
||||
server_name <SERVER_NAMES>;
|
||||
server_name <SERVER_NAMES>;
|
||||
|
@ -31,4 +31,4 @@ ssl_stapling_verify on;
|
||||
# verify chain of trust of OCSP response using Root CA and Intermediate certs
|
||||
ssl_trusted_certificate /certs/chain.pem;
|
||||
|
||||
# resolver should be specified in nginx.conf or in networking configuration
|
||||
# resolver should be specified in nginx.conf or in networking configuration
|
||||
|
@ -28,4 +28,4 @@ ssl_stapling_verify on;
|
||||
# verify chain of trust of OCSP response using Root CA and Intermediate certs
|
||||
ssl_trusted_certificate /certs/chain.pem;
|
||||
|
||||
# resolver should be specified in nginx.conf or in networking configuration
|
||||
# resolver should be specified in nginx.conf or in networking configuration
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user