nginxstatus

This commit is contained in:
Philipp Hochkamp 2022-08-09 02:15:18 +02:00
parent 43cae6649c
commit 70d1930701

View file

@ -70,7 +70,7 @@
"~(?P<ip>.*)" $ip;
}
log_format anonymized '$ip_anonymized - - $remote_user [$time_local] '
log_format anonymized '$ip_anonymized - $remote_user [$time_local] '
'"$request" $status $body_bytes_sent '
'"$http_referer" "$http_user_agent"';