mirror of
https://github.com/mempool/mempool.git
synced 2026-08-13 12:33:11 +02:00
Disable nginx cache for electrs reverse proxy
This commit is contained in:
parent
7fbc6f1461
commit
f9c03f2a98
1 changed files with 2 additions and 0 deletions
|
|
@ -24,6 +24,8 @@ http {
|
|||
access_log /var/log/nginx/access.log;
|
||||
error_log /var/log/nginx/error.log;
|
||||
|
||||
proxy_cache off;
|
||||
|
||||
gzip on;
|
||||
gzip_comp_level 5;
|
||||
gzip_min_length 256;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue