web_svc: don't lock cache for tileserver
This commit is contained in:
parent
0f40741750
commit
d717dbe5d5
@ -30,7 +30,7 @@ server {
|
||||
|
||||
proxy_cache tilecache;
|
||||
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_valid 200 7d;
|
||||
proxy_cache_valid any 1m;
|
||||
@ -45,7 +45,7 @@ server {
|
||||
|
||||
proxy_cache tilecache;
|
||||
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_valid 200 7d;
|
||||
proxy_cache_valid any 1m;
|
||||
|
Loading…
Reference in New Issue
Block a user