mirror of
https://github.com/Retropex/btcpayserver-docker.git
synced 2025-05-12 21:10:42 +02:00
nginx: no trailing slash for nostr relay
This commit is contained in:
parent
06e7aebe43
commit
4c06c65774
@ -199,7 +199,7 @@
|
|||||||
}
|
}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
{{ if (eq $serviceName "nnostr-relay") }}
|
{{ if (eq $serviceName "nnostr-relay") }}
|
||||||
location /nostr/ {
|
location /nostr {
|
||||||
proxy_set_header Connection "";
|
proxy_set_header Connection "";
|
||||||
proxy_set_header Host $host;
|
proxy_set_header Host $host;
|
||||||
proxy_set_header X-Real-IP $remote_addr;
|
proxy_set_header X-Real-IP $remote_addr;
|
||||||
|
Loading…
Reference in New Issue
Block a user