nginx logs

This commit is contained in:
Zsolt Ero
2024-08-31 01:36:26 +02:00
parent a7daec032e
commit 77a5855b0c
2 changed files with 6 additions and 6 deletions

View File

@@ -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;
}
}