nginx logging

This commit is contained in:
Zsolt Ero
2024-10-24 02:35:49 +02:00
parent d18f58e2cd
commit f04ebd395e
3 changed files with 12 additions and 15 deletions

View File

@@ -23,9 +23,8 @@ server {
ssl_prefer_server_ciphers off;
# access log doesn't contain IP address
# disabled by default
#access_log /data/ofm/http_host/logs_nginx/le-access.jsonl access_json buffer=32k;
access_log off;
#access_log off;
access_log /data/ofm/http_host/logs_nginx/le-access.jsonl access_json buffer=128k;
error_log /data/ofm/http_host/logs_nginx/le-error.log;