From 98c2096f154149b2b46a50fe35678741390e0aa5 Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Thu, 12 Feb 2015 16:01:11 +0100 Subject: [PATCH] Typo in port number for wstunnel proxypass rule --- conf/httpd_vhost.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/httpd_vhost.conf b/conf/httpd_vhost.conf index e98c4c7..b5d9b0d 100644 --- a/conf/httpd_vhost.conf +++ b/conf/httpd_vhost.conf @@ -9,7 +9,7 @@ SSLEngine on DocumentRoot /opt/vroom/public - ProxyPass /socket.io/1/websocket ws://localhost:8889/socket.io/1/websocket + ProxyPass /socket.io/1/websocket ws://localhost:8888/socket.io/1/websocket ProxyPassReverse /socket.io/1/websocket ws://localhost:8888/socket.io/1/websocket ProxyPass /socket.io/ http://localhost:8888/socket.io/