364200
这是server.js的代码 var express = require('express'); var offical = require('./app.js');
var site_vhosts=[],vhosts;
// Virtual Hosts site_vhosts.push(express.vhost('app.siyue.cc',offical));
vhost=express.createServer.apply(this,site_vhosts);
vhost.listen(80); console.log("Express router Listening on port 80");
请知道如何配置VPS nodejs的童鞋指点下,折腾了一天了,还是不知道原因,网上也没找到解决方法,问了空间商,VPS没做任何限制