mirror of
https://github.com/EDCD/EDDN.git
synced 2025-06-06 18:33:18 +03:00
docs/running: a start on apache config
This commit is contained in:
parent
8add1a4409
commit
4e343fe444
@ -1,3 +1,5 @@
|
|||||||
|
<!-- vim: tabstop=2 softtabstop=2 shiftwidth=2 expandtab smartindent smarttab wrapmargin=0 textwidth=0
|
||||||
|
-->
|
||||||
These instructions are based on getting the software up and running from
|
These instructions are based on getting the software up and running from
|
||||||
scratch on a Debian Buster (10.9, stable as of 2021-05-16) system.
|
scratch on a Debian Buster (10.9, stable as of 2021-05-16) system.
|
||||||
|
|
||||||
@ -69,6 +71,16 @@ renewed.
|
|||||||
ln -s ../../archive/eddn.edcd.io/fullchain1.pem fullchain.pem
|
ln -s ../../archive/eddn.edcd.io/fullchain1.pem fullchain.pem
|
||||||
ln -s ../../archive/eddn.edcd.io/privkey1.pem privkey.pem
|
ln -s ../../archive/eddn.edcd.io/privkey1.pem privkey.pem
|
||||||
|
|
||||||
|
### Reverse Proxy with Apache
|
||||||
|
If you already have an Apache installation it will be easier to just use
|
||||||
|
it for the reverse proxy.
|
||||||
|
|
||||||
|
Ensure you have the module installed and active:
|
||||||
|
|
||||||
|
a2enmod proxy
|
||||||
|
|
||||||
|
#### Apache configuration
|
||||||
|
|
||||||
### Reverse Proxy with nginx
|
### Reverse Proxy with nginx
|
||||||
If you don't yet have nginx installed then start with:
|
If you don't yet have nginx installed then start with:
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user