summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
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~~~