mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-12-22 16:30:34 +01:00
bringing subfolder installations to v0.4.0 - JUST FOR @PLANNER
This commit is contained in:
@@ -28,11 +28,11 @@ var io;
|
||||
|
||||
|
||||
Sockets.init = function(server) {
|
||||
|
||||
io = socketioWildcard(SocketIO).listen(server, {
|
||||
log: false,
|
||||
transports: ['websocket', 'xhr-polling', 'jsonp-polling', 'flashsocket'],
|
||||
'browser client minification': true
|
||||
'browser client minification': true,
|
||||
resource: nconf.get('relative_path') + '/socket.io'
|
||||
});
|
||||
|
||||
Sockets.server = io;
|
||||
|
||||
Reference in New Issue
Block a user