mirror of
https://github.com/openoms/bitcoin-tutorials.git
synced 2025-12-19 12:54:19 +01:00
27 lines
661 B
Markdown
27 lines
661 B
Markdown
|
|
## Add a custom subdomain
|
|
|
|
In this example configuration a redirect is added to the mempool instance on the LAN:
|
|
To download, check and run:
|
|
```
|
|
wget https://raw.githubusercontent.com/openoms/bitcoin-tutorials/master/nginx/custom_website_subdomain.sh
|
|
|
|
cat custom_website_subdomain.sh
|
|
|
|
bash custom_website_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).
|
|
|
|
To download, check and run:
|
|
```
|
|
wget https://github.com/openoms/bitcoin-tutorials/raw/master/nginx/bonus.SSL_for_RTL.sh
|
|
|
|
cat bonus.SSL_for_RTL.sh
|
|
|
|
bash bonus.SSL_for_RTL.sh
|
|
```
|
|
|