mirror of
https://github.com/mempool/mempool.git
synced 2025-04-04 09:58:36 +02:00
Fixing proxy_buffer_size error nginx.conf
This commit is contained in:
parent
34500f7d47
commit
fc73dcc344
@ -3,3 +3,4 @@ proxy_cache_path /var/cache/nginx/api keys_zone=api:20m levels=1:2 inactive=600s
|
||||
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;
|
||||
proxy_buffer_size 8k;
|
||||
|
Loading…
x
Reference in New Issue
Block a user