use syslog (journald) for nginx access log
This commit is contained in:
parent
9a37de8546
commit
c8ba885d32
@ -67,7 +67,7 @@ http {
|
||||
log_format main '$remote_addr - $remote_user [$time_local] '
|
||||
'"$request_method $scheme://$host$request_uri $server_protocol" $status $body_bytes_sent '
|
||||
'"$http_referer" "$http_user_agent"';
|
||||
access_log /var/log/nginx/access.log main buffer=64k flush=1m;
|
||||
access_log syslog:server=unix:/dev/log,nohostname;
|
||||
error_log syslog:server=unix:/dev/log,nohostname;
|
||||
log_not_found off;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user