From ea455000792718afb02a363a15f89122a9532e5e Mon Sep 17 00:00:00 2001 From: Heidar Bernhardsson Date: Mon, 30 Jun 2014 16:39:52 -0700 Subject: [PATCH] Enable the correct modules in apache instructions See #1770 for more information. --- docs/configuring/proxies/apache.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/configuring/proxies/apache.rst b/docs/configuring/proxies/apache.rst index 7d26f17de6..f9c8a878d2 100644 --- a/docs/configuring/proxies/apache.rst +++ b/docs/configuring/proxies/apache.rst @@ -28,7 +28,7 @@ Enable the necessary modules ----------------------------- 1. sudo a2enmod proxy -2. sudo a2enmod proxy_html +2. sudo a2enmod proxy_http 3. sudo a2enmod proxy_wstunnel Add the config to Apache @@ -81,4 +81,4 @@ Example nodebb/config.json } -**Change the domain and dont use the secret in the example above.** \ No newline at end of file +**Change the domain and dont use the secret in the example above.**