mirror of
https://github.com/openoms/bitcoin-tutorials.git
synced 2025-12-19 04:54:18 +01:00
add electrum_server_subdomain to the readme
This commit is contained in:
@@ -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).
|
||||
|
||||
Reference in New Issue
Block a user