From 7cf1cda0345aa16f36fa459e44f98bc64b84766f Mon Sep 17 00:00:00 2001 From: sunstep <73174517+sunstep@users.noreply.github.com> Date: Tue, 24 Sep 2024 14:04:00 +0200 Subject: [PATCH] Add a2enmod deflate --- docs/how_to_setup_reverse_proxy.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/how_to_setup_reverse_proxy.md b/docs/how_to_setup_reverse_proxy.md index 4c75505d..316b33de 100644 --- a/docs/how_to_setup_reverse_proxy.md +++ b/docs/how_to_setup_reverse_proxy.md @@ -81,6 +81,7 @@ For Apache2, you might need to enable some modules. Start by entering the follow sudo a2enmod proxy sudo a2enmod proxy_http sudo a2enmod headers +sudo a2enmod deflate ``` With the above commands entered, the configuration below should work properly.