mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-11 02:15:48 +02:00
feat: custom nginx conf dir path #62
This commit is contained in:
parent
7a98c16535
commit
02fb07f6b4
12 changed files with 625 additions and 615 deletions
2
main.go
2
main.go
|
@ -48,7 +48,7 @@ func prog(state overseer.State) {
|
|||
gin.SetMode(settings.ServerSettings.RunMode)
|
||||
|
||||
settings.Init(confPath)
|
||||
log.Printf("Nginx config dir path: %s", nginx.GetNginxConfPath(""))
|
||||
log.Printf("Nginx config dir path: %s", nginx.GetConfPath())
|
||||
if "" != settings.ServerSettings.JwtSecret {
|
||||
model.Init()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue