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

15 lines
231 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
NginxReload = "reload"
NginxCheck = "check"
2022-12-13 18:54:46 +08:00
ConfigNew = "add"
ConfigUpdate = "update"
ConfigDel = "delete"
2022-11-30 21:40:05 +08:00
)