diff --git a/nginx/README.md b/nginx/README.md index 8bc00a0..20a54e8 100644 --- a/nginx/README.md +++ b/nginx/README.md @@ -1,3 +1,4 @@ +# Nginx scripts ## Add a custom subdomain @@ -11,6 +12,18 @@ cat custom_website_subdomain.sh bash custom_website_subdomain.sh ``` +## Add subdomain for an Electrum Server + +In this example configuration a redirect and SSL encryption added to a Fulcrum instance. +To download, check and run: +``` +wget https://raw.githubusercontent.com/openoms/bitcoin-tutorials/master/nginx/electrum_server_subdomain.sh + +cat electrum_server_subdomain.sh + +bash electrum_server_subdomain.sh +``` + ## Set up SSL access for the Ride The Lightning web UI on the RaspiBlitz Have a look through the script here: [bonus.SSL_for_RTL.sh](bonus.SSL_for_RTL.sh).