From 9d5826b9c60cc430bdbc5384dca5a3fc38debdcc Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Thu, 12 Jul 2018 18:22:15 +0100 Subject: [PATCH] Interpret X headers Signed-off-by: Michael Tremer --- src/scripts/ipfire.org-webapp.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/scripts/ipfire.org-webapp.in b/src/scripts/ipfire.org-webapp.in index d5e238aa..ba6e4dc6 100755 --- a/src/scripts/ipfire.org-webapp.in +++ b/src/scripts/ipfire.org-webapp.in @@ -14,7 +14,7 @@ def run(): # Initialize application app = Application("@configsdir@/@PACKAGE_NAME@.conf", debug=tornado.options.options.debug) - app.listen(tornado.options.options.port) + app.listen(tornado.options.options.port, xheaders=True) # Launch IOLoop tornado.ioloop.IOLoop.current().start() -- 2.47.3