Skip to content

Commit

Permalink
Fix install script nginx config parse error
Browse files Browse the repository at this point in the history
  • Loading branch information
runbtc committed Dec 17, 2024
1 parent 051b527 commit 7b5d891
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions production/nginx/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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__";
Expand Down Expand Up @@ -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__";
Expand Down

0 comments on commit 7b5d891

Please sign in to comment.