From ec3cff63a28a6607c0517ea91f66ec8855adcaf1 Mon Sep 17 00:00:00 2001 From: Florian HEGRON Date: Sun, 7 Mar 2021 14:24:47 +0100 Subject: [PATCH] Improvement of the reverse proxy guidelines, the given configuration example requires to have the apache rewrite mod enabled. --- docs/deployment.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/deployment.md b/docs/deployment.md index a1f82164..8a2bdb5e 100644 --- a/docs/deployment.md +++ b/docs/deployment.md @@ -40,6 +40,7 @@ Of course, we don't want to expose the service on port 1443. Instead we want our * a2enmod proxy * a2enmod proxy_http * a2enmod proxy_wstunnel +* a2enmod rewrite In your Apache virtual host configuration file, insert this: