forked from FF-RGB/ansible
web-svc: tiles: increase cache size
This commit is contained in:
parent
aa278534da
commit
b1c898cce8
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user