mirror of
https://github.com/mempool/mempool.git
synced 2025-01-18 05:12:35 +01:00
Disable nginx cache for electrs reverse proxy
This commit is contained in:
parent
7fbc6f1461
commit
f9c03f2a98
@ -24,6 +24,8 @@ http {
|
|||||||
access_log /var/log/nginx/access.log;
|
access_log /var/log/nginx/access.log;
|
||||||
error_log /var/log/nginx/error.log;
|
error_log /var/log/nginx/error.log;
|
||||||
|
|
||||||
|
proxy_cache off;
|
||||||
|
|
||||||
gzip on;
|
gzip on;
|
||||||
gzip_comp_level 5;
|
gzip_comp_level 5;
|
||||||
gzip_min_length 256;
|
gzip_min_length 256;
|
||||||
|
Loading…
Reference in New Issue
Block a user