nginx: TODO

This commit is contained in:
korenstin 2025-10-10 19:50:59 +02:00
parent 81977871f7
commit 96c2a36d14
Signed by: korenstin
GPG key ID: 0FC4734F279D20A1

View file

@ -7,6 +7,10 @@
recommendedGzipSettings = true; recommendedGzipSettings = true;
recommendedProxySettings = true; recommendedProxySettings = true;
# TODO: Les logs nginx sont préfixés 2 fois avec le hostname
# du service.
# TODO: Ces logs pourraient avoir un app-name pour faciliter
# le filtrage (nginx access, nginx error).
appendHttpConfig = '' appendHttpConfig = ''
access_log syslog:server=unix:/dev/log combined; access_log syslog:server=unix:/dev/log combined;
error_log syslog:server=unix:/dev/log; error_log syslog:server=unix:/dev/log;