Structure changes.

This commit is contained in:
baudneo
2022-10-30 18:06:01 -06:00
parent 2272373280
commit 5b26558f50
3 changed files with 5 additions and 258 deletions

View File

@@ -28,9 +28,6 @@ server {
listen 443 ssl;
listen [::]:443 ssl;
#<MODSEC_ON>
#<MODSEC_RULES>
set $forward_scheme "https";
set $server "127.0.0.1";
@@ -38,7 +35,7 @@ server {
server_name localhost;
access_log /data/logs/fallback_access.log standard;
error_log /dev/null crit;
error_log /data/logs/fallback_error.log warn;
ssl_certificate /data/nginx/dummycert.pem;
ssl_certificate_key /data/nginx/dummykey.pem;
include conf.d/include/ssl-ciphers.conf;