mirror of
https://github.com/SickGear/SickGear.git
synced 2025-01-05 17:43:37 +00:00
Reverse proxy support fixed
This commit is contained in:
parent
5b866006b4
commit
51247710bb
1 changed files with 1 additions and 0 deletions
|
@ -67,6 +67,7 @@ def initWebServer(options={}):
|
|||
app = Application([],
|
||||
debug=sickbeard.DEBUG,
|
||||
gzip=True,
|
||||
xheaders=sickbeard.HANDLE_REVERSE_PROXY,
|
||||
cookie_secret='61oETzKXQAGaYdkL5gEmGeJJFuYh7EQnp2XdTP1o/Vo='
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue