mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-11 02:15:48 +02:00
Added internationalize, and fixed some small bugs.
This commit is contained in:
parent
22da4ba879
commit
64f7de47dc
32 changed files with 1181 additions and 553 deletions
2
main.go
2
main.go
|
@ -33,9 +33,9 @@ func main() {
|
|||
log.Printf("nginx config dir path: %s", tool2.GetNginxConfPath(""))
|
||||
if "" != settings.ServerSettings.JwtSecret {
|
||||
model.Init()
|
||||
frontend.InitTranslations()
|
||||
go tool2.AutoCert()
|
||||
}
|
||||
frontend.InitTranslations()
|
||||
|
||||
srv := &http.Server{
|
||||
Addr: ":" + settings.ServerSettings.HttpPort,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue