summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2015-07-17 02:38:04 (GMT)
committerChristian Pointner <equinox@helsinki.at>2015-07-17 02:38:04 (GMT)
commit0a4460d48706e36ca17217d0cdfa6da116299e19 (patch)
tree9c5f396e6fffe169e21f35c31b1f1256afcb112f /README
parentf341c13069638134460335a014e95719ade46e27 (diff)
added documentation for websocket tunnel
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 3 insertions, 1 deletions
diff --git a/README b/README
index 7269872..250b41e 100644
--- a/README
+++ b/README
@@ -31,7 +31,7 @@ Installation
============
# sudo aptitude install apache2 libapache2-mod-perl2 libconfig-inifiles-perl libdbd-mysql-perl libjs-jquery rivendell-server
-# sudo a2enmod ssl authnz_ldap perl
+# sudo a2enmod ssl authnz_ldap perl proxy_wstunnel
# sudo /etc/init.d/apache2 restart
add the following to /etc/apache2/mods-endabled/ldap.conf:
@@ -84,4 +84,6 @@ add the following to the virtualhost config:
Require all denied
Require valid-user
</Location>
+
+ ProxyPass "/time" "ws://localhost:3000/time"
~~~/snip~~~