docs/running: a start on apache config

This commit is contained in:
Athanasius 2021-07-01 18:11:13 +01:00
parent 8add1a4409
commit 4e343fe444

View File

@ -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
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/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
If you don't yet have nginx installed then start with: