diff --git a/conf/httpd_alias.conf b/conf/httpd_alias.conf index 3db2f15..b9883dc 100644 --- a/conf/httpd_alias.conf +++ b/conf/httpd_alias.conf @@ -1,9 +1,9 @@ - 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/1/websocket ws://localhost:8090/socket.io/1/websocket + ProxyPassReverse /socket.io/1/websocket ws://localhost:8090/socket.io/1/websocket -ProxyPass /socket.io/ http://localhost:8888/socket.io/ -ProxyPassReverse /socket.io/ http://localhost:8888/socket.io/ +ProxyPass /socket.io/ http://localhost:8090/socket.io/ +ProxyPassReverse /socket.io/ http://localhost:8090/socket.io/ # Etherpad example # If you install etherpad on the same box, listening on its default diff --git a/conf/httpd_vhost.conf b/conf/httpd_vhost.conf index b5d9b0d..bd511d8 100644 --- a/conf/httpd_vhost.conf +++ b/conf/httpd_vhost.conf @@ -9,11 +9,9 @@ SSLEngine on DocumentRoot /opt/vroom/public - 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/1/websocket ws://localhost:8090/socket.io/1/websocket + ProxyPassReverse /socket.io/1/websocket ws://localhost:8090/socket.io/1/websocket - ProxyPass /socket.io/ http://localhost:8888/socket.io/ - ProxyPassReverse /socket.io/ http://localhost:8888/socket.io/ # Etherpad example # If you install etherpad on the same box, listening on its default diff --git a/conf/signalmaster.service b/conf/signalmaster.service deleted file mode 100644 index 147fb8f..0000000 --- a/conf/signalmaster.service +++ /dev/null @@ -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