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