web-svc: cache for more than 10 minutes

This commit is contained in:
Markus 2020-06-17 21:20:51 +02:00
parent 4c75e48244
commit 541441e6ef
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 max_size=1g;
proxy_cache_path /var/lib/nginx/cache levels=1:2 keys_zone=tilecache:10m inactive=1d max_size=1g;
server {
listen 443 ssl http2;