From d527a543bd2114c2aefdaca3cad11b237f601732 Mon Sep 17 00:00:00 2001 From: Tan Jiang Date: Thu, 6 Apr 2017 14:47:41 +0800 Subject: [PATCH] enable gzip by default --- make/common/templates/ui/app.conf | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/make/common/templates/ui/app.conf b/make/common/templates/ui/app.conf index b4090f33c..8e8f199b7 100644 --- a/make/common/templates/ui/app.conf +++ b/make/common/templates/ui/app.conf @@ -1,9 +1,6 @@ -appname = registry +appname = Harbor runmode = dev - -[lang] -types = en-US|zh-CN -names = en-US|zh-CN +enablegzip = true [dev] -httpport = 80 \ No newline at end of file +httpport = 80