mirror of
https://github.com/mempool/mempool.git
synced 2024-12-28 17:24:25 +01:00
4de1d017ad
* Refactor production nginx configuration files * Update README for new networks, SQL, etc.
5 lines
250 B
Plaintext
5 lines
250 B
Plaintext
# 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;
|