set nginx logging to use journald
All checks were successful
/ Ansible Lint (push) Successful in 1m53s

This commit is contained in:
chris 2025-01-19 20:30:53 +01:00
commit a86b34cf34
Signed by: c6ristian
SSH key fingerprint: SHA256:B3m+yzpaxGXSEcDBpPHfvza/DNC0wuX+CKMeGq8wgak
4 changed files with 27 additions and 0 deletions

View 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;