mirror of
https://github.com/mempool/mempool.git
synced 2026-08-13 12:33:11 +02:00
docker: Add missing nginx route for /api/v1/services
This commit is contained in:
parent
6946878caf
commit
7dab8f19a2
2 changed files with 4 additions and 1 deletions
|
|
@ -58,6 +58,9 @@
|
|||
proxy_set_header Upgrade $http_upgrade;
|
||||
proxy_set_header Connection "Upgrade";
|
||||
}
|
||||
location /api/v1/services {
|
||||
proxy_pass https://mempool.space;
|
||||
}
|
||||
location /api/v1 {
|
||||
proxy_pass http://127.0.0.1:8999/api/v1;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue