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