Why Nostr? What is Njump?
2024-09-03 07:22:45
in reply to

provoost on Nostr: I fixed the CORS header, but still not seeing the README (which makes sense give the ...

I fixed the CORS header, but still not seeing the README (which makes sense give the above, the browser isn't asking for it):
In case anyone else needs it:

```
map $request_uri $allow_origin {
default "";
~^/[a-z0-9]+/[a-z0-9]+/raw "*";
}
```

location / {
...

add_header Access-Control-Allow-Origin $allow_origin;
}
Author Public Key
npub1s6z7hmmx2vud66f3utxd70qem8cwtggx0jgc7gh8pqwz2k8cltuqrdwk4c