From: Michael Tremer Date: Thu, 12 Jul 2018 17:22:15 +0000 (+0100) Subject: Interpret X headers X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9d5826b9c60cc430bdbc5384dca5a3fc38debdcc;p=ipfire.org.git Interpret X headers Signed-off-by: Michael Tremer --- 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()