sync/www
calzoneman 6dc0a33bda Separate ports for webserver and socketio
It came to my attention today that some firewalls block websocket traffic on port 80.  For this reason, I have split out the webserver and socket.io traffic to 2 different ports.
In config.js, IO_PORT is the socket.io port.  This should NOT be port 80.  WEBSERVER_PORT is the port that the built in webserver will bind to (can be port 80, but this requires root permissions).
You will connect to yourhostname:WEBSERVER_PORT, and use yourhostname:IO_PORT as IO_URL.
2013-05-17 18:39:49 -04:00
..
assets Separate ports for webserver and socketio 2013-05-17 18:39:49 -04:00
acp.html Add banlist to acp 2013-05-04 12:30:38 -05:00
channel.html Separate ports for webserver and socketio 2013-05-17 18:39:49 -04:00
channellist.html Show page title in channel list 2013-05-12 11:46:19 -04:00
channelwidget.html Fix channelwidget.html 2013-04-27 11:54:35 -05:00
footer.html Add site footer 2013-04-30 11:13:06 -05:00
help.html Add Justin.tv support 2013-05-17 14:39:58 -04:00
index.html Fix #119 2013-05-12 20:46:28 -04:00
login.html Fix login page to load user theme 2013-05-14 18:07:55 -04:00