hrm
This commit is contained in:
@@ -202,7 +202,7 @@ func pushMeta(r *http.Request, k, v string) {
|
||||
|
||||
func (s *Server) ServeHTTP(w http.ResponseWriter, r *http.Request) {
|
||||
foo := s.Proxy
|
||||
if strings.Split(r.Host, ".")[0] == "_" {
|
||||
if strings.Split(r.URL.Host, ".")[0] == "_" {
|
||||
keys := s.db.Keys(nsRouting)
|
||||
hostURL := map[string]string{}
|
||||
for _, key := range keys {
|
||||
|
||||
Reference in New Issue
Block a user