diff --git a/nginx.conf b/nginx.conf index e40aff30..ac9841bf 100644 --- a/nginx.conf +++ b/nginx.conf @@ -19,4 +19,5 @@ server { gzip on; gzip_types *; + gzip_proxied no-cache no-store private expired auth; }