mirror of
https://github.com/openoms/bitcoin-tutorials.git
synced 2025-12-20 13:24:19 +01:00
Update README.md
This commit is contained in:
@@ -3,6 +3,7 @@
|
|||||||
## Add a custom subdomain
|
## 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).
|
||||||
|
<https://github.com/openoms/bitcoin-tutorials/blob/master/nginx/custom_website_subdomain.sh>
|
||||||
To download, check and run:
|
To download, check and run:
|
||||||
```
|
```
|
||||||
wget -O custom_website_subdomain.sh https://raw.githubusercontent.com/openoms/bitcoin-tutorials/master/nginx/custom_website_subdomain.sh
|
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
|
## 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).
|
||||||
|
<https://github.com/openoms/bitcoin-tutorials/blob/master/nginx/mempool_subdomain.sh>
|
||||||
To download, check and run:
|
To download, check and run:
|
||||||
```
|
```
|
||||||
wget -O mempool_subdomain.sh https://raw.githubusercontent.com/openoms/bitcoin-tutorials/master/nginx/mempool_subdomain.sh
|
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
|
## 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.
|
||||||
|
<https://github.com/openoms/bitcoin-tutorials/blob/master/nginx/electrum_server_subdomain.sh>
|
||||||
To download, check and run:
|
To download, check and run:
|
||||||
```
|
```
|
||||||
wget -O electrum_server_subdomain.sh
|
wget -O electrum_server_subdomain.sh
|
||||||
|
|||||||
Reference in New Issue
Block a user