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;