From 4c06c657743a37efc76d32d0761fd16b4881b13f Mon Sep 17 00:00:00 2001 From: Andrew Camilleri Date: Tue, 14 Mar 2023 14:31:45 +0100 Subject: [PATCH] nginx: no trailing slash for nostr relay --- Production/nginx.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Production/nginx.tmpl b/Production/nginx.tmpl index d821570..729321b 100644 --- a/Production/nginx.tmpl +++ b/Production/nginx.tmpl @@ -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;