web_svc: don't lock cache for tileserver

This commit is contained in:
Markus 2024-10-04 19:50:00 +02:00
parent 0f40741750
commit d717dbe5d5

View File

@ -30,7 +30,7 @@ server {
proxy_cache tilecache; proxy_cache tilecache;
proxy_cache_background_update on; proxy_cache_background_update on;
proxy_cache_lock on; # proxy_cache_lock on;
proxy_cache_use_stale error timeout invalid_header updating http_500 http_502 http_503 http_504; proxy_cache_use_stale error timeout invalid_header updating http_500 http_502 http_503 http_504;
proxy_cache_valid 200 7d; proxy_cache_valid 200 7d;
proxy_cache_valid any 1m; proxy_cache_valid any 1m;
@ -45,7 +45,7 @@ server {
proxy_cache tilecache; proxy_cache tilecache;
proxy_cache_background_update on; proxy_cache_background_update on;
proxy_cache_lock on; # proxy_cache_lock on;
proxy_cache_use_stale error timeout invalid_header updating http_500 http_502 http_503 http_504; proxy_cache_use_stale error timeout invalid_header updating http_500 http_502 http_503 http_504;
proxy_cache_valid 200 7d; proxy_cache_valid 200 7d;
proxy_cache_valid any 1m; proxy_cache_valid any 1m;