Add WKD endpoint to website nginx conf

This commit is contained in:
Râu Cao 2024-10-17 11:58:53 +02:00
parent b9b97d5056
commit 52841d8c53
Signed by: raucao
GPG Key ID: 37036C356E56CC51

View File

@ -30,7 +30,7 @@ server {
ssl_certificate_key <%= @ssl_key %>;
<% if @accounts_url %>
location ~ ^/.well-known/(webfinger|nostr|lnurlp|keysend) {
location ~ ^/.well-known/(keysend|lnurlp|nostr|openpgpkey|webfinger) {
proxy_ssl_server_name on;
proxy_set_header X-Forwarded-Host $host;
proxy_pass https://accounts.kosmos.org;