Fix nginx nodeapp

This commit is contained in:
koalasat
2025-05-13 16:40:06 +02:00
parent 1758896d4d
commit 54a4ed56cf
5 changed files with 0 additions and 15 deletions

View File

@ -42,10 +42,7 @@ location /mainnet/bazaar/relay/ {
proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "Upgrade";
proxy_set_header Origin $http_origin;
proxy_set_header Host $host;
add_header Access-Control-Allow-Origin *;
}
# BitcoinVeneto Coordinator Testnet Locations

View File

@ -42,10 +42,7 @@ location /mainnet/lake/relay/ {
proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "Upgrade";
proxy_set_header Origin $http_origin;
proxy_set_header Host $host;
add_header Access-Control-Allow-Origin *;
}
# TheBigLake Coordinator Testnet Locations

View File

@ -42,10 +42,7 @@ location /mainnet/moon/relay/ {
proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "Upgrade";
proxy_set_header Origin $http_origin;
proxy_set_header Host $host;
add_header Access-Control-Allow-Origin *;
}
# Over the Moon Coordinator Testnet Locations

View File

@ -42,10 +42,7 @@ location /mainnet/temple/relay/ {
proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "Upgrade";
proxy_set_header Origin $http_origin;
proxy_set_header Host $host;
add_header Access-Control-Allow-Origin *;
}
# Temple of Sats Coordinator Testnet Locations

View File

@ -42,10 +42,7 @@ location /mainnet/veneto/relay/ {
proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "Upgrade";
proxy_set_header Origin $http_origin;
proxy_set_header Host $host;
add_header Access-Control-Allow-Origin *;
}
# BitcoinVeneto Coordinator Testnet Locations