We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2e9f900 + 05312d6 commit a53029fCopy full SHA for a53029f
1 file changed
.docker/nginx.conf
@@ -8,7 +8,7 @@ server {
8
gzip on;
9
gzip_vary on;
10
gzip_min_length 1024;
11
- gzip_proxied expired no-cache no-store private must-revalidate auth;
+ gzip_proxied expired no-cache no-store private auth;
12
gzip_types
13
text/plain
14
text/css
@@ -48,4 +48,4 @@ server {
48
return 200 "healthy\n";
49
add_header Content-Type text/plain;
50
}
51
-}
+}
0 commit comments