nginx: TODO
This commit is contained in:
parent
81977871f7
commit
96c2a36d14
1 changed files with 4 additions and 0 deletions
|
@ -7,6 +7,10 @@
|
|||
recommendedGzipSettings = 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 = ''
|
||||
access_log syslog:server=unix:/dev/log combined;
|
||||
error_log syslog:server=unix:/dev/log;
|
||||
|
|
Loading…
Reference in a new issue