web_svc: more caching
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Markus 2020-11-24 22:41:09 +01:00
parent bf1b7e434d
commit f955ce6119
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=2g;
proxy_cache_path /var/lib/nginx/cache levels=1:2 keys_zone=tilecache:20m inactive=7d max_size=2g;
server {
listen 443 ssl http2;