mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-08-23 09:20:23 +00:00
Structure changes.
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user