summaryrefslogtreecommitdiffstats
path: root/cmd/web.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/web.go')
-rw-r--r--cmd/web.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/cmd/web.go b/cmd/web.go
index 8182d7b561..e703807643 100644
--- a/cmd/web.go
+++ b/cmd/web.go
@@ -69,9 +69,9 @@ func newMacaron() *macaron.Macaron {
SkipLogging: !setting.DisableRouterLog,
},
))
- if setting.EnableGzip {
- m.Use(macaron.Gzip())
- }
+ // if setting.EnableGzip {
+ // m.Use(macaron.Gzip())
+ // }
m.Use(macaron.Renderer(macaron.RenderOptions{
Directory: path.Join(setting.StaticRootPath, "templates"),
Funcs: []template.FuncMap{base.TemplateFuncs},