diff --git a/server/proxy.go b/server/proxy.go index c149c58..ba0c3ba 100755 --- a/server/proxy.go +++ b/server/proxy.go @@ -37,7 +37,7 @@ func (s *Server) Proxy(w http.ResponseWriter, r *http.Request) { log.Printf("unknown host lookup %q", r.Host) return } - r.Host = newURL.Host + //r.Host = newURL.Host proxy := httputil.NewSingleHostReverseProxy(newURL) proxy.Transport = transport proxy.ServeHTTP(w, r)