Add Tallycoin Connect fragment
This commit is contained in:
committed by
Andrew Camilleri
parent
2cd474b809
commit
4b7fffe0c7
@@ -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") }}
|
||||
|
||||
Reference in New Issue
Block a user