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 *;
}
```
Published at
2022-12-22 18:42:06Event JSON
{
"id": "4d108c86b9019cebf41e48d833d77c1ac1993bbdaae6c3b22e66f1115cebe93d",
"pubkey": "d0debf9fb12def81f43d7c69429bb784812ac1e4d2d53a202db6aac7ea4b466c",
"created_at": 1671734526,
"kind": 1,
"tags": [
[
"client",
"astral"
]
],
"content": "This is how I get NIP-05 verified with nginx:\n\n\n```nginx\n\nlocation /.well-known/nostr.json {\n return 200 '{\"names\": {\"sommerfeld\": \"d0debf9fb12def81f43d7c69429bb784812ac1e4d2d53a202db6aac7ea4b466c\"}}';\n\n default_type application/json;\n\n add_header Access-Control-Allow-Origin *;\n}\n```\n",
"sig": "53967d74210995c18579ce4820e4c5de9a97efdd6e511dd6b3fbdb035d1d10464e8269fc7e2d2cbc89f36db9b0c93d8972c51fff0b271bdd18f4c771ee916689"
}