mirror of
https://github.com/mempool/mempool.git
synced 2025-09-27 17:56:52 +02:00
Disable nginx cache for electrs reverse proxy
This commit is contained in:
@@ -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;
|
||||||
|
Reference in New Issue
Block a user