1
0
mirror of https://github.com/moparisthebest/SickRage synced 2024-08-13 16:53:54 -04:00

Reverse proxy support fixed

This commit is contained in:
echel0n 2014-06-18 12:51:33 -07:00
parent 5b866006b4
commit 51247710bb

View File

@ -67,6 +67,7 @@ def initWebServer(options={}):
app = Application([],
debug=sickbeard.DEBUG,
gzip=True,
xheaders=sickbeard.HANDLE_REVERSE_PROXY,
cookie_secret='61oETzKXQAGaYdkL5gEmGeJJFuYh7EQnp2XdTP1o/Vo='
)