1
0
mirror of https://github.com/1Panel-dev/1Panel.git synced 2025-01-19 08:19:15 +08:00
2022-12-04 18:20:57 +08:00

13 lines
168 B
Go

package constant
const (
NginxScopeServer = "server"
NginxScopeHttp = "http"
NginxScopeOut = "out"
)
const (
NginxReload = "reload"
NginxCheck = "check"
)