Update to 2022-02-09 14:00

This commit is contained in:
Daniel Berteaud
2022-02-09 14:00:12 +01:00
parent 8f15d01cbe
commit 71a429c7a2
5 changed files with 26 additions and 5 deletions

View File

@@ -5,7 +5,7 @@ proxy_cache_path /var/cache/nginx
inactive=300m
use_temp_path=off;
map $is_cacheable $no_cache {
map $is_proxy_cacheable $no_cache {
default 1;
1 0;
}