services/cdn-shield: optimize wttr.in caching

This commit is contained in:
Max Headroom 2022-07-11 21:51:13 +02:00
parent 2fee49cf71
commit d905231a6a

View file

@ -14,6 +14,8 @@ with tools.vhosts;
proxy_cache_methods GET HEAD POST;
proxy_cache_valid any 10m;
proxy_cache_bypass $cookie_nocache $arg_nocache$arg_comment;
proxy_cache_lock on;
proxy_cache_use_stale updating;
'';
};
}