Disable nginx cache for electrs reverse proxy
This commit is contained in:
parent
e4bd08cf31
commit
727dae69bd
@ -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…
x
Reference in New Issue
Block a user