1
0
mirror of https://github.com/astaxie/beego.git synced 2025-07-15 04:31:01 +00:00
This commit is contained in:
astaxie
2013-06-24 23:24:13 +08:00
parent 3578bb3287
commit c5a23d5cde
3 changed files with 20 additions and 0 deletions

View File

@ -39,6 +39,7 @@ var (
UseFcgi bool
MaxMemory int64
EnableGzip bool // enable gzip
DirectoryIndex bool //ebable DirectoryIndex default is false
)
func init() {