Configure akkounts for nostr zaps #554

Merged
raucao merged 3 commits from chore/akkounts_config into master 2024-06-02 21:05:15 +00:00
Showing only changes of commit d31440d235 - Show all commits

View File

@ -34,6 +34,7 @@ server {
<% end %>
location ~ ^/.well-known/(lnurlp|keysend) {
add_header 'Access-Control-Allow-Origin' '*';
proxy_ssl_server_name on;
proxy_pass https://accounts.kosmos.org;
}