From: Michael Tremer Date: Sun, 28 Oct 2012 20:53:04 +0000 (+0100) Subject: Deliver content gzip compressed. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2b229cb16ee1961cce0eb3148aea274a7d6ab1be;p=pbs.git Deliver content gzip compressed. --- diff --git a/web/__init__.py b/web/__init__.py index 1c09dd43..4061b828 100644 --- a/web/__init__.py +++ b/web/__init__.py @@ -21,7 +21,7 @@ class Application(tornado.web.Application): settings = dict( debug = True, - gzip = False, + gzip = True, login_url = "/login", template_path = os.path.join(BASEDIR, "templates"), ui_modules = {