diff --git a/production/nginx/nginx.conf b/production/nginx/nginx.conf index 3646dd3162..3c89e18f5d 100644 --- a/production/nginx/nginx.conf +++ b/production/nginx/nginx.conf @@ -42,6 +42,9 @@ http { #listen [::]:443 ssl http2; server_name _; + # set cors headers if necessary + set $cors_approved_origin ''; + # tor v3 listen 127.0.0.1:81; set $onion "__NGINX_MEMPOOL_ONION__"; @@ -78,6 +81,9 @@ http { #listen [::]:443 ssl http2; server_name _; + # set cors headers if necessary + set $cors_approved_origin ''; + # tor v3 listen 127.0.0.1:82; set $onion "__NGINX_BISQ_ONION__";