mirror of
https://github.com/moparisthebest/SickRage
synced 2024-12-12 11:02:21 -05:00
Reverse proxy support fixed
This commit is contained in:
parent
5b866006b4
commit
51247710bb
@ -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 New Issue
Block a user