freedomsats Node app

This commit is contained in:
koalasat
2025-07-06 15:07:58 +02:00
parent e9e46a6587
commit 631e570963
2 changed files with 3 additions and 3 deletions

View File

@ -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/;
}

View File

@ -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/;
}