1
0
mirror of https://github.com/1Panel-dev/1Panel.git synced 2025-01-20 00:39:17 +08:00

13 lines
168 B
Go
Raw Normal View History

2022-11-30 21:40:05 +08:00
package constant
const (
NginxScopeServer = "server"
NginxScopeHttp = "http"
2022-12-01 00:41:50 +08:00
NginxScopeOut = "out"
2022-11-30 21:40:05 +08:00
)
const (
NginxReload = "reload"
NginxCheck = "check"
)