From 4eb3d2f7e7b87f61727ee4debc2c253258d232a9 Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Fri, 6 Mar 2015 17:54:38 +0100 Subject: [PATCH] Update conf sample now that SignalMaster is gone --- conf/httpd_alias.conf | 8 ++++---- conf/httpd_vhost.conf | 6 ++---- conf/signalmaster.service | 10 ---------- 3 files changed, 6 insertions(+), 18 deletions(-) delete mode 100644 conf/signalmaster.service 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