diff options
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 |