Skip to content

Commit 3570248

Browse files
committed
Double geocoding cache to 40m
1 parent db9811a commit 3570248

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

nginx.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ http {
4848

4949
proxy_temp_path /opt/nginx/temp-cache;
5050
proxy_cache_path /opt/nginx/cache levels=1:2 keys_zone=tiles:10m max_size=4g inactive=7d use_temp_path=off;
51-
proxy_cache_path /opt/nginx/geocache levels=1:2 keys_zone=geocoding:20m max_size=4g inactive=7d use_temp_path=off;
51+
proxy_cache_path /opt/nginx/geocache levels=1:2 keys_zone=geocoding:40m max_size=4g inactive=7d use_temp_path=off;
5252
proxy_cache_path /opt/nginx/external-cache levels=1:2 keys_zone=ext_cache:10m max_size=1g inactive=60m use_temp_path=off;
5353
proxy_cache_path /opt/nginx/common levels=1:2 keys_zone=common:10m max_size=4g inactive=60m use_temp_path=off;
5454
proxy_cache_path /opt/nginx/sw levels=1:2 keys_zone=sw:10m max_size=200m inactive=1m use_temp_path=off;

0 commit comments

Comments
 (0)