update cluster port

This commit is contained in:
Simon Tokumine 2012-05-02 22:01:30 +01:00
parent 4078098c3f
commit d580b715cf

View File

@ -37,6 +37,6 @@ cluster(ws)
.use(cluster.stats())
.use(cluster.pidfiles('pids'))
.set('workers', 1)
.listen(global.environment.windshaft_port, global.environment.host);
.listen(global.environment.port, global.environment.host);
console.log("Windshaft tileserver started on port " + global.environment.port);