isolate SSL config from user configs

This commit is contained in:
Asif Bacchus
2019-10-17 16:30:35 -06:00
parent 9e9ac0adee
commit 2a25edcc42
5 changed files with 9 additions and 6 deletions
+2
View File
@@ -0,0 +1,2 @@
This entire directory should be overwritten via bind-mount in a production
environment
+1
View File
@@ -42,6 +42,7 @@ http {
server_tokens off;
real_ip_recursive on;
resolver 1.1.1.1;
include /etc/nginx/ssl-config/*.conf;
include /etc/nginx/config/*.conf;
# include enabled server blocks from sites/*.conf