mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-12 02:45:49 +02:00
fix: fail to control nginx
This commit is contained in:
parent
fcf789e271
commit
b6cbc34e6f
5 changed files with 27 additions and 13 deletions
|
@ -6,7 +6,8 @@ import "strings"
|
|||
// nginx log level: debug, info, notice, warn, error, crit, alert, or emerg
|
||||
|
||||
const (
|
||||
Debug = iota
|
||||
Unknown = -1
|
||||
Debug = iota
|
||||
Info
|
||||
Notice
|
||||
Warn
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue