1
0

chore: bump thunderhub (#414)

This commit is contained in:
Anthony Potdevin
2020-12-18 06:14:49 +01:00
committed by GitHub
parent 4f7f1a7084
commit 8cc53e9932
2 changed files with 4 additions and 5 deletions

View File

@@ -40,9 +40,8 @@
}
{{ end }}
{{ if (eq $serviceName "bitcoin_thub") }}
location /thub/ {
rewrite ^/thub(.*)$ $1 break;
proxy_pass http://bitcoin_thub:3000/;
location /thub {
proxy_pass http://bitcoin_thub:3000/thub;
}
{{ end }}
{{ if (eq $serviceName "btcqbo") }}