web-svc: tiles: increase cache size

This commit is contained in:
Markus 2020-06-17 23:46:42 +02:00
parent aa278534da
commit b1c898cce8
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ server {
}
}
proxy_cache_path /var/lib/nginx/cache levels=1:2 keys_zone=tilecache:10m inactive=1d max_size=1g;
proxy_cache_path /var/lib/nginx/cache levels=1:2 keys_zone=tilecache:10m inactive=1d max_size=2g;
server {
listen 443 ssl http2;