diff --git a/router.go b/router.go index 104e509..ed99a82 100644 --- a/router.go +++ b/router.go @@ -119,6 +119,7 @@ func createRequest(r *http.Request, host *Host, remote string) (*http.Request, e copyRequestHeader(r, req) req.Header.Set("X-Forwarded-For", r.RemoteAddr) + req.Header.Set("Cache-Control", "no-store, no-cache, max-age=0, must-revalidate, proxy-revalidate") for _, cookie := range r.Cookies() { req.AddCookie(cookie)