From 2020b377b814108ffd736116dcf4e84b2eedf3ff Mon Sep 17 00:00:00 2001 From: Mathijs van Veluw Date: Sat, 12 Dec 2020 18:04:16 +0100 Subject: [PATCH] Updated Proxy examples (markdown) --- Proxy-examples.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Proxy-examples.md b/Proxy-examples.md index 33897b1..0c88897 100644 --- a/Proxy-examples.md +++ b/Proxy-examples.md @@ -370,7 +370,7 @@ Example NixSO nginx config. For more Information about NixOS Deployment see [Dep
Apache (by fbartels)
-Remember to enable `mod_proxy_wstunnel`, for example with: `a2enmod proxy_wstunnel`. +Remember to enable `mod_proxy_wstunnel` and `mod_proxy_http`, for example with: `a2enmod proxy_wstunnel` and `a2enmod proxy_http`. ```apache SSLEngine on @@ -405,6 +405,8 @@ It can look something like: LoadModule proxy_wstunnel_module modules/mod_proxy_wstunnel.so` ``` +On some OS's you can use a2enmod, for example with: `a2enmod proxy_wstunnel` and `a2enmod proxy_http`. + ```apache SSLEngine on