1
0

Add Sphinx Relay opt fragment (#458)

* Add Sphinx Relay opt fragment

* Integrate keysend via existing opt

* Mount lnd datadir readonly

* Update Sphinx Relay and env vars

* Add Sphinx Relay docs

* Update Sphinx Relay
This commit is contained in:
d11n
2021-05-05 11:53:25 +02:00
committed by GitHub
parent 7d8bcaf0d1
commit aaae850790
3 changed files with 52 additions and 1 deletions

View File

@@ -93,7 +93,17 @@
proxy_pass http://btctransmuter;
}
{{ end }}
{{ if (eq $serviceName "sphinxrelay") }}
location /sphinxrelay/ {
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://sphinxrelay:3300/;
}
{{ end }}
{{ if (eq $serviceName "configurator") }}
location /configurator/ {
proxy_set_header Connection "";