mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-10 18:05:48 +02:00
parent
92dc61ecb4
commit
1fe6b8b031
5 changed files with 35 additions and 6 deletions
1
main.go
1
main.go
|
@ -102,5 +102,6 @@ func main() {
|
|||
Program: Program(confPath),
|
||||
Address: fmt.Sprintf("%s:%d", cSettings.ServerSettings.Host, cSettings.ServerSettings.Port),
|
||||
TerminateTimeout: 5 * time.Second,
|
||||
Debug: cSettings.ServerSettings.RunMode == gin.DebugMode,
|
||||
})
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue