Update conf sample now that SignalMaster is gone

master
Daniel Berteaud 10 years ago
parent 5c16330671
commit 4eb3d2f7e7
  1. 8
      conf/httpd_alias.conf
  2. 6
      conf/httpd_vhost.conf
  3. 10
      conf/signalmaster.service

@ -1,9 +1,9 @@
<IfModule mod_proxy_wstunnel.c> <IfModule mod_proxy_wstunnel.c>
ProxyPass /socket.io/1/websocket ws://localhost:8888/socket.io/1/websocket ProxyPass /socket.io/1/websocket ws://localhost:8090/socket.io/1/websocket
ProxyPassReverse /socket.io/1/websocket ws://localhost:8888/socket.io/1/websocket ProxyPassReverse /socket.io/1/websocket ws://localhost:8090/socket.io/1/websocket
</IfModule> </IfModule>
ProxyPass /socket.io/ http://localhost:8888/socket.io/ ProxyPass /socket.io/ http://localhost:8090/socket.io/
ProxyPassReverse /socket.io/ http://localhost:8888/socket.io/ ProxyPassReverse /socket.io/ http://localhost:8090/socket.io/
# 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

@ -9,11 +9,9 @@
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:8888/socket.io/1/websocket ProxyPass /socket.io/1/websocket ws://localhost:8090/socket.io/1/websocket
ProxyPassReverse /socket.io/1/websocket ws://localhost:8888/socket.io/1/websocket ProxyPassReverse /socket.io/1/websocket ws://localhost:8090/socket.io/1/websocket
</IfModule> </IfModule>
ProxyPass /socket.io/ http://localhost:8888/socket.io/
ProxyPassReverse /socket.io/ http://localhost:8888/socket.io/
# 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

@ -1,10 +0,0 @@
[Service]
ExecStart=/usr/bin/node /opt/vroom/signalmaster/server.js
Restart=always
StandardOutput=syslog
SyslogIdentifier=SignalMaster
User=signalmaster
Group=signalmaster
[Install]
WantedBy=multi-user.target
Loading…
Cancel
Save