From 5f240177765a3f6f7a7287d9e0487db7a6152690 Mon Sep 17 00:00:00 2001 From: seth-shi Date: Wed, 11 Mar 2026 11:50:38 +0800 Subject: [PATCH] Fix: invalid value "must-revalidate" fix: evolution-manager | nginx: [emerg] invalid value "must-revalidate" in /etc/nginx/conf.d/nginx.conf:11 --- .docker/nginx.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.docker/nginx.conf b/.docker/nginx.conf index 575854d..7f40362 100644 --- a/.docker/nginx.conf +++ b/.docker/nginx.conf @@ -8,7 +8,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 text/plain text/css @@ -48,4 +48,4 @@ server { return 200 "healthy\n"; add_header Content-Type text/plain; } -} \ No newline at end of file +}