diff options
Diffstat (limited to 'conf/app.ini')
-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 c646160e..3e7e191c 100644 --- a/conf/app.ini +++ b/conf/app.ini @@ -29,7 +29,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 |