mirror of
https://github.com/RoboSats/robosats.git
synced 2025-07-17 08:13:19 +00:00
Fix nginx nodeapp
This commit is contained in:
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user