diff --git a/couchpotato/runner.py b/couchpotato/runner.py
index 66a524cca94d1e7fd6730e441290a38a166ed8b7..de5384853dcf25c374715bc0171b3801ac8e0a94 100644
--- a/couchpotato/runner.py
+++ b/couchpotato/runner.py
@@ -245,7 +245,8 @@ def runCouchPotato(options, base_path, args, data_dir = None, log_dir = None, En
         (r'.*', FallbackHandler, dict(fallback = web_container)),
     ],
         log_function = lambda x : None,
-        debug = config['use_reloader']
+        debug = config['use_reloader'],
+        gzip = True,
     )
 
     if config['ssl_cert'] and config['ssl_key']: