This is an automated email from the ASF dual-hosted git repository.

sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-ponymail-foal.git


The following commit(s) were added to refs/heads/master by this push:
     new 9869237  Show which modules are needed
9869237 is described below

commit 9869237ab0f813fa1657fb241877c197eb822eb3
Author: sebbASF <[email protected]>
AuthorDate: Sun Sep 19 23:09:58 2021 +0100

    Show which modules are needed
---
 INSTALL.md | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/INSTALL.md b/INSTALL.md
index 7ef330c..e6e3e8c 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -50,6 +50,10 @@ pipenv run python3 main.py
 ~~~
 - use a web server like httpd or nginx to serve UI and proxy to the API. A 
sample httpd configuration could be:
 ~~~apache
+# Load required modules
+LoadModule proxy_module ...
+LoadModule proxy_http_module ...
+...
 <VirtualHost *:80>
     ServerName ponymail.example.org
     DocumentRoot /var/www/ponymail-foal/webui/

Reply via email to