mirror of
https://github.com/SickGear/SickGear.git
synced 2025-03-15 09:07:43 +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([],
|
app = Application([],
|
||||||
debug=sickbeard.DEBUG,
|
debug=sickbeard.DEBUG,
|
||||||
gzip=True,
|
gzip=True,
|
||||||
|
xheaders=sickbeard.HANDLE_REVERSE_PROXY,
|
||||||
cookie_secret='61oETzKXQAGaYdkL5gEmGeJJFuYh7EQnp2XdTP1o/Vo='
|
cookie_secret='61oETzKXQAGaYdkL5gEmGeJJFuYh7EQnp2XdTP1o/Vo='
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue