mirror of
https://github.com/EDCD/EDDN.git
synced 2025-04-22 19:40:30 +03:00
docs/Running: Correct placement of "Reverse Proxy with nginx" section
This commit is contained in:
parent
2c06b8e79e
commit
451b93db1d
@ -51,11 +51,6 @@ alternative ACME client).
|
||||
|
||||
apt install certbot
|
||||
|
||||
### Reverse Proxy with nginx
|
||||
If you don't yet have nginx installed then start with:
|
||||
|
||||
apt install nginx-light
|
||||
|
||||
#### LetsEncrypt TLS Certificates
|
||||
|
||||
You will need a LetsEncrypt/ACME client in order to keep the TLS certificate
|
||||
@ -74,6 +69,11 @@ renewed.
|
||||
ln -s ../../archive/eddn.edcd.io/fullchain1.pem fullchain.pem
|
||||
ln -s ../../archive/eddn.edcd.io/privkey1.pem privkey.pem
|
||||
|
||||
### Reverse Proxy with nginx
|
||||
If you don't yet have nginx installed then start with:
|
||||
|
||||
apt install nginx-light
|
||||
|
||||
#### nginx configuration
|
||||
There is an example configuration in `contrib/nginx-eddn.conf` which makes
|
||||
some assumptions:
|
||||
|
Loading…
x
Reference in New Issue
Block a user