Be really sure about proxy protocol

This commit is contained in:
Evan Cordell 2016-04-27 12:48:15 -05:00 committed by Jimmy Zelinskie
parent cf5f7aa476
commit f30a9e56f3
3 changed files with 4 additions and 4 deletions

View file

@ -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