You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

10 lines
414 B

# NIP-05: browsers and verifiers request
# GET https://<site>/.well-known/nostr.json?name=<local-part>
# Symfony route: SeoController::nostrWellKnown (name: nostr_well_known)
#
# Include a location for this *before* any broad rule that blocks or mishandles
# `/.well-known/` (e.g. `location ^~ /.well-known/ { return 404; }`).
location = /.well-known/nostr.json {
try_files $uri /index.php$is_args$args;
}