bundles/nginx: add option to disable anon_timing log
This commit is contained in:
parent
c6bb00c124
commit
757e9e6bb8
4 changed files with 13 additions and 3 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue