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