bundles/nginx: add option to disable anon_timing log

This commit is contained in:
Franzi 2023-08-26 17:21:23 +02:00
parent c6bb00c124
commit 757e9e6bb8
Signed by: kunsi
GPG key ID: 12E3D2136B818350
4 changed files with 13 additions and 3 deletions

View file

@ -85,6 +85,10 @@ def relay_vhost(metadata):
'vhosts': {
'weechat': {
'domain': relay_domain,
# This only does websockets connections, which stay
# open for a very long time. This only generates
# useless metrics.
'timing_log': False,
'locations': {
'/weechat': {
'proxy_read_timeout': '12h',