| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -162,6 +162,8 @@ func (s *Server) ServeHTTP(w http.ResponseWriter, r *http.Request) { | |||
| 162 | 162 | } | |
| 163 | 163 | ||
| 164 | 164 | if vh, ok := s.vhosts[host]; ok { | |
| 165 | + w.Header().Set("Server", "Caddy") | ||
| 166 | + | ||
| 165 | 167 | status, _ := vh.stack.ServeHTTP(w, r) | |
| 166 | 168 | ||
| 167 | 169 | // Fallback error response in case error handling wasn't chained in | |
| Back | FazBrowse Home | New Git URL |
0 commit comments