diff --git a/nginx/README.md b/nginx/README.md index e900d47..ac77ceb 100644 --- a/nginx/README.md +++ b/nginx/README.md @@ -2,7 +2,7 @@ ## Add a custom subdomain -In this example configuration a redirect is added to a custom service on the LAN (or VPN): +In this example configuration a redirect is added to a custom service on the LAN (or VPN). To download, check and run: ``` wget -O custom_website_subdomain.sh https://raw.githubusercontent.com/openoms/bitcoin-tutorials/master/nginx/custom_website_subdomain.sh @@ -14,7 +14,7 @@ bash custom_website_subdomain.sh ## Add a subdomain for a Mempool instance -In this example configuration a redirect is added to a Mempool instance on the LAN (or VPN): +In this example configuration a redirect is added to a Mempool instance on the LAN (or VPN). To download, check and run: ``` wget -O mempool_subdomain.sh https://raw.githubusercontent.com/openoms/bitcoin-tutorials/master/nginx/mempool_subdomain.sh @@ -26,7 +26,7 @@ bash mempool_subdomain.sh ## Add subdomain for an Electrum Server -In this example configuration a redirect and SSL encryption added to a Fulcrum instance. +In this example configuration a redirect and SSL encryption added to a Fulcrum instance. To download, check and run: ``` wget -O electrum_server_subdomain.sh @@ -39,7 +39,7 @@ 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). +Have a look through the script here: [bonus.SSL_for_RTL.sh](bonus.SSL_for_RTL.sh). To download, check and run: ```