From b2bfd666a77ec8cd12afd4b44010971fb777a92b Mon Sep 17 00:00:00 2001 From: arifal Date: Fri, 13 Jun 2025 00:13:43 +0700 Subject: [PATCH] fix nginx config for server demo --- docker/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/nginx.conf b/docker/nginx.conf index bdc3c1f..d488932 100644 --- a/docker/nginx.conf +++ b/docker/nginx.conf @@ -31,7 +31,7 @@ server { gzip on; gzip_vary on; gzip_min_length 1024; - gzip_proxied expired no-cache no-store private must-revalidate auth; + gzip_proxied expired no-cache no-store private auth; gzip_types application/atom+xml application/javascript