What is Nostr?
sommerfeld
npub16r0…z5pl
2022-12-22 18:42:06

sommerfeld on Nostr: This is how I get NIP-05 verified with nginx: ```nginx location ...

This is how I get NIP-05 verified with nginx:


```nginx

location /.well-known/nostr.json {
    return 200 '{"names": {"sommerfeld": "d0debf9fb12def81f43d7c69429bb784812ac1e4d2d53a202db6aac7ea4b466c"}}';

  default_type application/json;

  add_header Access-Control-Allow-Origin *;
}
```
Author Public Key
npub16r0tl8a39hhcrapa03559xahsjqj4s0y6t2n5gpdk64v06jtgekqdkz5pl