append newline to all configuration files

This commit is contained in:
Asif Bacchus 2019-10-18 00:35:02 -06:00
parent 9f16db7a13
commit 5b89659c0f
7 changed files with 7 additions and 7 deletions

View File

@ -1,2 +1,2 @@
# server names
server_name <SERVER_NAMES>;
server_name <SERVER_NAMES>;

View File

@ -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

View File

@ -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

View File

@ -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]\.";

View File

@ -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;

View File

@ -1,4 +1,4 @@
sendfile on;
sendfile_max_chunk 1m;
tcp_nopush on;
tcp_nodelay on;
tcp_nodelay on;

View File

@ -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;