Typo in port number for wstunnel proxypass rule

master
Daniel Berteaud 10 years ago
parent a5f44b01c4
commit 98c2096f15
  1. 2
      conf/httpd_vhost.conf

@ -9,7 +9,7 @@
SSLEngine on SSLEngine on
DocumentRoot /opt/vroom/public DocumentRoot /opt/vroom/public
<IfModule mod_proxy_wstunnel.c> <IfModule mod_proxy_wstunnel.c>
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 ProxyPassReverse /socket.io/1/websocket ws://localhost:8888/socket.io/1/websocket
</IfModule> </IfModule>
ProxyPass /socket.io/ http://localhost:8888/socket.io/ ProxyPass /socket.io/ http://localhost:8888/socket.io/

Loading…
Cancel
Save