From 4af1dcd54f26a564de74990f777c5e73f02477a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torkel=20=C3=96degaard?= Date: Tue, 31 Mar 2015 17:42:51 +0200 Subject: [PATCH] Updated defaults.ini, reverted change in previous commit --- conf/defaults.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/defaults.ini b/conf/defaults.ini index 26fa1b6f126..d328733abc9 100644 --- a/conf/defaults.ini +++ b/conf/defaults.ini @@ -16,7 +16,7 @@ router_logging = false ; the path relative to the binary where the static (html/js/css) files are placed static_root_path = public ; enable gzip -enable_gzip = true +enable_gzip = false ; https certs & key file cert_file = cert_key =