isolate SSL config from user configs
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
This entire directory should be overwritten via bind-mount in a production
|
||||
environment
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user