1
0

Add Tallycoin Connect fragment

This commit is contained in:
Dennis Reimann
2021-06-08 17:19:31 +02:00
committed by Andrew Camilleri
parent 2cd474b809
commit 4b7fffe0c7
6 changed files with 63 additions and 3 deletions

View File

@@ -112,6 +112,16 @@
proxy_set_header X-Forwarded-Proto $scheme;
proxy_pass http://sphinxrelay:3300/;
}
{{ end }}
{{ if (eq $serviceName "tallycoin_connect") }}
location /tallycoin-connect/ {
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Proto $scheme;
proxy_pass http://tallycoin_connect:8123/;
}
{{ end }}
{{ if (eq $serviceName "configurator") }}