|
|
|
@ -1,4 +1,4 @@ |
|
|
|
|
<IfModule mod_proxy_wstunnel.so> |
|
|
|
|
<IfModule mod_proxy_wstunnel.c> |
|
|
|
|
ProxyPass /socket.io/1/websocket ws://localhost:8888/socket.io/1/websocket |
|
|
|
|
ProxyPassReverse /socket.io/1/websocket ws://localhost:8888/socket.io/1/websocket |
|
|
|
|
</IfModule> |
|
|
|
@ -8,7 +8,7 @@ ProxyPassReverse /socket.io/ http://localhost:8888/socket.io/ |
|
|
|
|
# Etherpad example |
|
|
|
|
# If you install etherpad on the same box, listening on its default |
|
|
|
|
# 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 |
|
|
|
|
# ProxyPassReverse /etherpad/socket.io/1/websocket ws://localhost:9001/socket.io/1/websocket |
|
|
|
|
# </IfModule> |
|
|
|
|