mirror of
https://github.com/beego/bee.git
synced 2024-11-22 20:20:55 +00:00
fix the StaticDir & StaticExtensionsToGzip
This commit is contained in:
parent
284c7fd7a9
commit
b305152fe7
2
fix.go
2
fix.go
@ -74,6 +74,8 @@ var rules = []string{
|
||||
"beego.HttpServerTimeOut", "beego.BConfig.Listen.ServerTimeOut",
|
||||
"beego.AutoRender", "beego.BConfig.WebConfig.AutoRender",
|
||||
"beego.ViewsPath", "beego.BConfig.WebConfig.ViewsPath",
|
||||
"beego.StaticDir", "beego.BConfig.WebConfig.StaticDir",
|
||||
"beego.StaticExtensionsToGzip", "beego.BConfig.WebConfig.StaticExtensionsToGzip",
|
||||
"beego.DirectoryIndex", "beego.BConfig.WebConfig.DirectoryIndex",
|
||||
"beego.FlashName", "beego.BConfig.WebConfig.FlashName",
|
||||
"beego.FlashSeperator", "beego.BConfig.WebConfig.FlashSeperator",
|
||||
|
Loading…
Reference in New Issue
Block a user