diff options
author | Unknwon <joe2010xtmf@163.com> | 2014-10-13 18:04:07 -0400 |
---|---|---|
committer | Unknwon <joe2010xtmf@163.com> | 2014-10-13 18:04:07 -0400 |
commit | 4a8a70dde0f6fd7c5409766d30e6cc932b43b7c8 (patch) | |
tree | 288060715a884fb2199a5693e472dbb899b899ba /conf | |
parent | 89bd994c836ecc9b6ceb80849f470521e1b15917 (diff) | |
download | gitea-4a8a70dde0f6fd7c5409766d30e6cc932b43b7c8.tar.gz gitea-4a8a70dde0f6fd7c5409766d30e6cc932b43b7c8.zip |
Fix gzip
Diffstat (limited to 'conf')
-rw-r--r-- | conf/app.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/app.ini b/conf/app.ini index d8bbeb70a4..79f440dd4d 100644 --- a/conf/app.ini +++ b/conf/app.ini @@ -28,7 +28,7 @@ KEY_FILE = custom/https/key.pem ; default is the path where Gogs is executed STATIC_ROOT_PATH = ; Application level GZIP support -#ENABLE_GZIP = false +ENABLE_GZIP = false [database] ; Either "mysql", "postgres" or "sqlite3", it's your choice |