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 0470cc1 commit e46eef6Copy full SHA for e46eef6
templates/etc/nginx/proxy.conf.j2
@@ -16,6 +16,7 @@ proxy_cache_path /var/nginx/cache/{{ nginx_cache_name }}
16
inactive={{ nginx_cache_inactive }};
17
proxy_cache_use_stale updating error timeout http_502 http_503 http_504;
18
proxy_cache_valid 200 {{ nginx_cache_time_default }}s;
19
+proxy_cache_valid 301 {{ nginx_cache_time_default }}s;
20
proxy_cache_valid 404 {{ nginx_cache_time_404 }}s;
21
proxy_cache_valid 500 0;
22
proxy_store_access user:rw group:rw all:r;
0 commit comments