We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4716c7f commit ad23214Copy full SHA for ad23214
nginx/templates/servers.conf.template
@@ -15,13 +15,13 @@ server {
15
16
client_max_body_size 15M;
17
18
- proxy_cache_key $uri;
19
- proxy_cache vector_cache;
20
- proxy_cache_valid 200 302 10m;
21
- proxy_cache_valid 404 1m;
22
- proxy_cache_valid any 1m;
23
- proxy_cache_revalidate on;
24
- proxy_cache_use_stale error timeout updating;
+ # proxy_cache_key $uri;
+ # proxy_cache vector_cache;
+ # proxy_cache_valid 200 302 10m;
+ # proxy_cache_valid 404 1m;
+ # proxy_cache_valid any 1m;
+ # proxy_cache_revalidate on;
+ # proxy_cache_use_stale error timeout updating;
25
26
proxy_cache_bypass $http_cache_control;
27
0 commit comments