From: Michael Tremer Date: Wed, 25 Apr 2018 11:04:52 +0000 (+0200) Subject: webapp: Don't compress output X-Git-Url: http://git.ipfire.org/?p=ipfire.org.git;a=commitdiff_plain;h=f2516db73f96057891fb6a69c0351c2fac2676ef webapp: Don't compress output This should be done by nginx or any other reverse proxy in front of the webapp Signed-off-by: Michael Tremer --- diff --git a/webapp/__init__.py b/webapp/__init__.py index cce51399..74fa5b05 100644 --- a/webapp/__init__.py +++ b/webapp/__init__.py @@ -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 = {