1
0
mirror of https://github.com/1Panel-dev/1Panel.git synced 2025-03-17 03:04:46 +08:00

12 lines
142 B
Go
Raw Normal View History

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