Modification (détails) logs

This commit is contained in:
Jean-Marie Favreau 2025-05-03 12:53:16 +02:00
parent 0c1e397926
commit 8eaece6046

View File

@ -8,7 +8,7 @@ http {
gzip on; gzip on;
gzip_types text/plain text/css text/javascript; gzip_types text/plain text/css text/javascript;
log_format main '$remote_addr -$remote_user [$time_local] "$request" ' log_format main '$remote_addr - $remote_user [$time_local] "$request" '
'$statusbody_bytes_sent "$http_referer" ' '$statusbody_bytes_sent "$http_referer" '
'"$http_user_agent" "$http_x_forwarded_for"'; '"$http_user_agent" "$http_x_forwarded_for"';