add nginx configs

This commit is contained in:
openoms
2022-02-13 14:17:45 +00:00
parent ece98e8e4e
commit 14299e65c7
3 changed files with 112 additions and 16 deletions

View File

@@ -1,7 +1,26 @@
### Set up SSL access for the Ride The Lightning web UI on the RaspiBlitz
Have a look a the script here: [bonus.SSL_for_RTL.sh](bonus.SSL_for_RTL.sh).
## 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://github.com/openoms/bitcoin-tutorials/raw/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
```
To download and run:
`wget https://github.com/openoms/bitcoin-tutorials/raw/master/nginx/bonus.SSL_for_RTL.sh && bash bonus.SSL_for_RTL.sh`
`