fix: update default proxy_fix rules to handle proto as well

This commit is contained in:
ziirish 2019-10-21 15:12:05 +02:00
parent 48c52591fe
commit 5f1cb8e750
No known key found for this signature in database
GPG key ID: 72DB229A64B54E46
3 changed files with 5 additions and 5 deletions

View file

@ -66,7 +66,7 @@ BUI_DEFAULTS = {
'limiter': False,
'ratio': '60/minute',
'num_proxies': 0,
'proxy_fix_args': "{'x_for': {num_proxies}, 'x_host': {num_proxies}, 'x_prefix': {num_proxies}}",
'proxy_fix_args': "{'x_proto': {num_proxies}, 'x_for': {num_proxies}, 'x_host': {num_proxies}, 'x_prefix': {num_proxies}}",
},
'WebSocket': {
'enabled': True,