mirror of
https://github.com/RoboSats/robosats.git
synced 2025-07-19 01:03:20 +00:00
freedomsats Node app
This commit is contained in:
@ -48,7 +48,7 @@ location /mainnet/bazaar/relay/ {
|
|||||||
add_header Access-Control-Allow-Origin *;
|
add_header Access-Control-Allow-Origin *;
|
||||||
}
|
}
|
||||||
|
|
||||||
# BitcoinVeneto Coordinator Testnet Locations
|
# LibreBazaar Coordinator Testnet Locations
|
||||||
location /test/bazaar/static/assets/avatars/ {
|
location /test/bazaar/static/assets/avatars/ {
|
||||||
proxy_pass http://testnet_bazaar/static/assets/avatars/;
|
proxy_pass http://testnet_bazaar/static/assets/avatars/;
|
||||||
}
|
}
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# Libre freedomsats Mainnet Locations
|
# Freedomsats Mainnet Locations
|
||||||
location /mainnet/freedomsats/static/assets/avatars/ {
|
location /mainnet/freedomsats/static/assets/avatars/ {
|
||||||
proxy_pass http://mainnet_freedomsats/static/assets/avatars/;
|
proxy_pass http://mainnet_freedomsats/static/assets/avatars/;
|
||||||
}
|
}
|
||||||
@ -48,7 +48,7 @@ location /mainnet/freedomsats/relay/ {
|
|||||||
add_header Access-Control-Allow-Origin *;
|
add_header Access-Control-Allow-Origin *;
|
||||||
}
|
}
|
||||||
|
|
||||||
# BitcoinVeneto Coordinator Testnet Locations
|
# Freedomsats Coordinator Testnet Locations
|
||||||
location /test/freedomsats/static/assets/avatars/ {
|
location /test/freedomsats/static/assets/avatars/ {
|
||||||
proxy_pass http://testnet_freedomsats/static/assets/avatars/;
|
proxy_pass http://testnet_freedomsats/static/assets/avatars/;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user