package constant

const (
	NginxScopeServer = "server"
	NginxScopeHttp   = "http"
	NginxScopeOut    = "out"
)

const (
	NginxReload = "reload"
	NginxCheck  = "check"
)