nginx(role): to not log IPs, just disable the access log
All checks were successful
/ Ansible Lint (push) Successful in 2m16s
All checks were successful
/ Ansible Lint (push) Successful in 2m16s
This commit is contained in:
parent
3bba747dab
commit
2e5b0ab940
1 changed files with 1 additions and 1 deletions
|
|
@ -1,2 +1,2 @@
|
|||
error_log syslog:server=unix:/run/systemd/journal/dev-log,nohostname,severity=warn debug;
|
||||
access_log syslog:server=unix:/run/systemd/journal/dev-log,nohostname,severity=info main;
|
||||
access_log off;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue