|
|
@ -8,7 +8,7 @@ |
|
|
|
ServerName vroom.example.com |
|
|
|
ServerName vroom.example.com |
|
|
|
SSLEngine on |
|
|
|
SSLEngine on |
|
|
|
DocumentRoot /opt/vroom/public |
|
|
|
DocumentRoot /opt/vroom/public |
|
|
|
<IfModule mod_proxy_wstunnel.so> |
|
|
|
<IfModule mod_proxy_wstunnel.c> |
|
|
|
ProxyPass /socket.io/1/websocket ws://localhost:8889/socket.io/1/websocket |
|
|
|
ProxyPass /socket.io/1/websocket ws://localhost:8889/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> |
|
|
@ -18,7 +18,7 @@ |
|
|
|
# Etherpad example |
|
|
|
# Etherpad example |
|
|
|
# If you install etherpad on the same box, listening on its default |
|
|
|
# If you install etherpad on the same box, listening on its default |
|
|
|
# port (9001) and want it to be accessible on /etherpad/ |
|
|
|
# port (9001) and want it to be accessible on /etherpad/ |
|
|
|
# <IfModule mod_proxy_wstunnel.so> |
|
|
|
# <IfModule mod_proxy_wstunnel.c> |
|
|
|
# ProxyPass /etherpad/socket.io/1/websocket ws://localhost:9001/socket.io/1/websocket |
|
|
|
# ProxyPass /etherpad/socket.io/1/websocket ws://localhost:9001/socket.io/1/websocket |
|
|
|
# ProxyPassReverse /etherpad/socket.io/1/websocket ws://localhost:9001/socket.io/1/websocket |
|
|
|
# ProxyPassReverse /etherpad/socket.io/1/websocket ws://localhost:9001/socket.io/1/websocket |
|
|
|
# </IfModule> |
|
|
|
# </IfModule> |
|
|
|