diff --git a/modules/http_host/http_host_lib/nginx_confs/le.conf b/modules/http_host/http_host_lib/nginx_confs/le.conf index 029d6bd..2782184 100644 --- a/modules/http_host/http_host_lib/nginx_confs/le.conf +++ b/modules/http_host/http_host_lib/nginx_confs/le.conf @@ -23,8 +23,8 @@ server { ssl_prefer_server_ciphers off; # access log disabled by default - access_log /data/ofm/http_host/logs_nginx/le-access.jsonl access_json buffer=32k; - #access_log off; + #access_log /data/ofm/http_host/logs_nginx/le-access.jsonl access_json buffer=32k; + access_log off; error_log /data/ofm/http_host/logs_nginx/le-error.log; @@ -39,6 +39,6 @@ server { # catch-all block to deny all other requests location / { deny all; - error_log /data/ofm/http_host/logs_nginx/__LOCAL__-error.log error; + error_log /data/ofm/http_host/logs_nginx/le-deny.log error; } } diff --git a/modules/http_host/http_host_lib/nginx_confs/ledns.conf b/modules/http_host/http_host_lib/nginx_confs/ledns.conf index 905f627..8f0ea08 100644 --- a/modules/http_host/http_host_lib/nginx_confs/ledns.conf +++ b/modules/http_host/http_host_lib/nginx_confs/ledns.conf @@ -23,8 +23,8 @@ server { ssl_prefer_server_ciphers off; # access log disabled by default - access_log /data/ofm/http_host/logs_nginx/ledns-access.jsonl access_json buffer=32k; - #access_log off; + #access_log /data/ofm/http_host/logs_nginx/ledns-access.jsonl access_json buffer=32k; + access_log off; error_log /data/ofm/http_host/logs_nginx/ledns-error.log; @@ -33,6 +33,6 @@ server { # catch-all block to deny all other requests location / { deny all; - error_log /data/ofm/http_host/logs_nginx/__LOCAL__-error.log error; + error_log /data/ofm/http_host/logs_nginx/ledns-deny.log error; } }