Compare commits

..

2 commits

Author SHA1 Message Date
9969671bda Update docker.io/library/postgres Docker tag to v18
All checks were successful
/ Ansible Lint (pull_request) Successful in 2m48s
/ Ansible Lint (push) Successful in 2m49s
2026-01-27 17:46:00 +00:00
2e5b0ab940
nginx(role): to not log IPs, just disable the access log
All checks were successful
/ Ansible Lint (push) Successful in 2m16s
2026-01-27 18:18:17 +01:00

View file

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