mirror of
https://github.com/mempool/mempool.git
synced 2026-08-13 12:33:11 +02:00
Add nginx proxy_pass for /electrs -> localhost port 3000
This commit is contained in:
parent
057bff69fc
commit
c8666d4079
1 changed files with 4 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue