1
0

nginx: no trailing slash for nostr relay

This commit is contained in:
Andrew Camilleri
2023-03-14 14:31:45 +01:00
committed by GitHub
parent 06e7aebe43
commit 4c06c65774

View File

@@ -199,7 +199,7 @@
}
{{ end }}
{{ if (eq $serviceName "nnostr-relay") }}
location /nostr/ {
location /nostr {
proxy_set_header Connection "";
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;