From 9c0b711268ffce8137e6e471f5cfc982bc42e2e6 Mon Sep 17 00:00:00 2001 From: openoms <43343391+openoms@users.noreply.github.com> Date: Wed, 16 Feb 2022 11:24:03 +0000 Subject: [PATCH] Update README.md --- nginx/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nginx/README.md b/nginx/README.md index ac77ceb..b1f5171 100644 --- a/nginx/README.md +++ b/nginx/README.md @@ -3,6 +3,7 @@ ## Add a custom subdomain 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 @@ -15,6 +16,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). + To download, check and run: ``` wget -O mempool_subdomain.sh https://raw.githubusercontent.com/openoms/bitcoin-tutorials/master/nginx/mempool_subdomain.sh @@ -27,6 +29,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. + To download, check and run: ``` wget -O electrum_server_subdomain.sh