forked from FF-RGB/ansible
web-svc: cache for more than 10 minutes
This commit is contained in:
parent
4c75e48244
commit
541441e6ef
@ -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 {
|
server {
|
||||||
listen 443 ssl http2;
|
listen 443 ssl http2;
|
||||||
|
Loading…
Reference in New Issue
Block a user