Be really sure about proxy protocol
This commit is contained in:
parent
cf5f7aa476
commit
f30a9e56f3
3 changed files with 4 additions and 4 deletions
|
@ -289,7 +289,7 @@ class DefaultConfig(object):
|
|||
'API_TIMEOUT_SECONDS': 10,
|
||||
'API_TIMEOUT_POST_SECONDS': 480,
|
||||
}
|
||||
JWTPROXY_SIGNER = 'https://localhost:8080'
|
||||
JWTPROXY_SIGNER = 'localhost:8080'
|
||||
|
||||
# Torrent management flags
|
||||
FEATURE_BITTORRENT = False
|
||||
|
|
Reference in a new issue