mirror of
https://github.com/mempool/mempool.git
synced 2025-03-01 17:17:09 +01:00
* Refactor production nginx configuration files * Update README for new networks, SQL, etc.
4 lines
250 B
Text
4 lines
250 B
Text
# proxy cache
|
|
proxy_cache_path /var/cache/nginx/services keys_zone=services:20m levels=1:2 inactive=600s max_size=100m;
|
|
proxy_cache_path /var/cache/nginx/markets keys_zone=markets:20m levels=1:2 inactive=600s max_size=100m;
|
|
types_hash_max_size 2048;
|