]> git.ipfire.org Git - ipfire.org.git/commitdiff
webapp: Don't compress output
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 25 Apr 2018 11:04:52 +0000 (13:04 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 25 Apr 2018 11:04:52 +0000 (13:04 +0200)
This should be done by nginx or any other reverse proxy
in front of the webapp

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
webapp/__init__.py

index cce51399344c724e50ac66af13254d76b4034575..74fa5b05b6f57dfb3acd2c1f1bee67ca7a971b82 100644 (file)
@@ -24,7 +24,6 @@ class Application(tornado.web.Application):
                settings = dict(
                        cookie_secret = "aXBmaXJlY29va2llc2VjcmV0Cg==",
                        debug = options.debug,
-                       gzip = True,
                        login_url = "/login",
                        template_path = os.path.join(BASEDIR, "templates"),
                        ui_methods = {