diff --git a/nginx.conf b/nginx.conf index f1d105355..66918666a 100644 --- a/nginx.conf +++ b/nginx.conf @@ -65,6 +65,10 @@ http { proxy_pass http://127.0.0.1:8999/api; } + location /electrs/ { + proxy_pass http://127.0.0.1:3000/; + } + location /ws { proxy_pass http://127.0.0.1:8999/; proxy_http_version 1.1;