diff --git a/nginx.conf b/nginx.conf index b01d3cee8..ac9841bf2 100644 --- a/nginx.conf +++ b/nginx.conf @@ -16,4 +16,8 @@ server { } include /etc/nginx/extra-conf.d/*.conf; -} \ No newline at end of file + + gzip on; + gzip_types *; + gzip_proxied no-cache no-store private expired auth; +}