From 5b89659c0f00e2cddf261a5933b73c2f3fc0bc56 Mon Sep 17 00:00:00 2001 From: Asif Bacchus Date: Fri, 18 Oct 2019 00:35:02 -0600 Subject: [PATCH] append newline to all configuration files --- build/config/server_names.conf | 2 +- build/config/ssl-config/mozIntermediate_ssl.conf.disabled | 2 +- build/config/ssl-config/mozModern_ssl.conf.disabled | 2 +- config/gzip.conf | 2 +- config/headersSecurity.conf | 2 +- config/staticContent.conf | 2 +- config/timeouts.conf | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/build/config/server_names.conf b/build/config/server_names.conf index 40b6bd2..1537853 100644 --- a/build/config/server_names.conf +++ b/build/config/server_names.conf @@ -1,2 +1,2 @@ # server names -server_name ; \ No newline at end of file +server_name ; diff --git a/build/config/ssl-config/mozIntermediate_ssl.conf.disabled b/build/config/ssl-config/mozIntermediate_ssl.conf.disabled index 924542f..a1d2ea4 100644 --- a/build/config/ssl-config/mozIntermediate_ssl.conf.disabled +++ b/build/config/ssl-config/mozIntermediate_ssl.conf.disabled @@ -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 \ No newline at end of file +# resolver should be specified in nginx.conf or in networking configuration diff --git a/build/config/ssl-config/mozModern_ssl.conf.disabled b/build/config/ssl-config/mozModern_ssl.conf.disabled index 7d295ad..f686224 100644 --- a/build/config/ssl-config/mozModern_ssl.conf.disabled +++ b/build/config/ssl-config/mozModern_ssl.conf.disabled @@ -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 \ No newline at end of file +# resolver should be specified in nginx.conf or in networking configuration diff --git a/config/gzip.conf b/config/gzip.conf index 768afea..56e0918 100644 --- a/config/gzip.conf +++ b/config/gzip.conf @@ -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]\."; \ No newline at end of file +gzip_disable "MSIE [1-6]\."; diff --git a/config/headersSecurity.conf b/config/headersSecurity.conf index 0d2a47a..5d67250 100644 --- a/config/headersSecurity.conf +++ b/config/headersSecurity.conf @@ -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; \ No newline at end of file +add_header X-Robots-Tag none; diff --git a/config/staticContent.conf b/config/staticContent.conf index 20b5de5..481ee97 100644 --- a/config/staticContent.conf +++ b/config/staticContent.conf @@ -1,4 +1,4 @@ sendfile on; sendfile_max_chunk 1m; tcp_nopush on; -tcp_nodelay on; \ No newline at end of file +tcp_nodelay on; diff --git a/config/timeouts.conf b/config/timeouts.conf index e31b0b4..fec93ac 100644 --- a/config/timeouts.conf +++ b/config/timeouts.conf @@ -5,4 +5,4 @@ keepalive_timeout 65s; reset_timedout_connection on; proxy_connect_timeout 30s; proxy_read_timeout 60s; -proxy_send_timeout 60s; \ No newline at end of file +proxy_send_timeout 60s;