set nginx logging to use journald
All checks were successful
/ Ansible Lint (push) Successful in 1m53s
All checks were successful
/ Ansible Lint (push) Successful in 1m53s
This commit is contained in:
parent
328ec744cc
commit
a86b34cf34
4 changed files with 27 additions and 0 deletions
2
roles/nginx/files/logging.conf
Normal file
2
roles/nginx/files/logging.conf
Normal file
|
@ -0,0 +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;
|
Loading…
Add table
Add a link
Reference in a new issue