We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db9811a commit 3570248Copy full SHA for 3570248
1 file changed
nginx.conf
@@ -48,7 +48,7 @@ http {
48
49
proxy_temp_path /opt/nginx/temp-cache;
50
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;
+ proxy_cache_path /opt/nginx/geocache levels=1:2 keys_zone=geocoding:40m max_size=4g inactive=7d use_temp_path=off;
52
proxy_cache_path /opt/nginx/external-cache levels=1:2 keys_zone=ext_cache:10m max_size=1g inactive=60m use_temp_path=off;
53
proxy_cache_path /opt/nginx/common levels=1:2 keys_zone=common:10m max_size=4g inactive=60m use_temp_path=off;
54
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