formatting

This commit is contained in:
openoms
2019-03-30 09:40:52 +00:00
parent 8ac8f209cb
commit 98eb7409f6

View File

@@ -2,7 +2,7 @@
# For the certificate to be obtained successfully a dynamic DNS and port forwarding is needed
# Need to forward port 80 to the IP of your RaspiBlitz for certbot
# Forward port 50002 to be able to access you electrs from outside of your LAN
# Forward port 3002 to be able to access RTL from outside of your LAN
# https://www.raspberrypi.org/documentation/remote-access/web-server/nginx.md
echo ""
@@ -94,7 +94,7 @@ read key
echo "
stream {
upstream electrs {
upstream RTL {
server 127.0.0.1:3000;
}
server {