diff --git a/docs/Running-this-software.md b/docs/Running-this-software.md index 4712429..6dd9df9 100644 --- a/docs/Running-this-software.md +++ b/docs/Running-this-software.md @@ -1,3 +1,5 @@ + 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: