diff options
author | Christian Pointner <equinox@helsinki.at> | 2015-07-17 02:38:04 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2015-07-17 02:38:04 (GMT) |
commit | 0a4460d48706e36ca17217d0cdfa6da116299e19 (patch) | |
tree | 9c5f396e6fffe169e21f35c31b1f1256afcb112f | |
parent | f341c13069638134460335a014e95719ade46e27 (diff) |
added documentation for websocket tunnel
-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~~~ |