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
+1 -1
View File
@@ -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