diff --git a/server/server.go b/server/server.go index 1f9d40e3..028278b0 100644 --- a/server/server.go +++ b/server/server.go @@ -162,6 +162,8 @@ func (s *Server) ServeHTTP(w http.ResponseWriter, r *http.Request) { } if vh, ok := s.vhosts[host]; ok { + w.Header().Set("Server", "Caddy") + status, _ := vh.stack.ServeHTTP(w, r) // Fallback error response in case error handling wasn't chained in