TOOT DADDY on Nostr: npub1psyu3…3pasy Assuming nginx, you need this: { location /.well-known/mercure { ...
npub1psyu32rex4g3h8zvnqsf5jculys07nq7gsuuvv6wme4j0r7qd9lsh3pasy (npub1psy…pasy) Assuming nginx, you need this:
{
location /.well-known/mercure {
proxy_pass http://127.0.0.1:3000$request_uri;
proxy_read_timeout 24h;
proxy_http_version 1.1;
proxy_set_header Connection "";
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Host $host;
proxy_set_header X-Forwarded-Proto $scheme;
}
{
location /.well-known/mercure {
proxy_pass http://127.0.0.1:3000$request_uri;
proxy_read_timeout 24h;
proxy_http_version 1.1;
proxy_set_header Connection "";
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Host $host;
proxy_set_header X-Forwarded-Proto $scheme;
}