diff options
-rw-r--r-- | README | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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~~~ |