think.js项目在untuntu下部署时,nginx下的配置信息为:
`
listen 5050 default_server;
set $node_port 8360;
`
但是在使用curl localhost:8360和node develoement.js会报错地址已在使用:
`
[Error] Error: Address already in use, port:8360. http://www.thinkjs.org/doc/er...
at Object.exports._errnoException (util.js:1022:11)
at exports._exceptionWithHostPort (util.js:1045:20)
at Server.setupListenHandle [as _listen2] (net.js:1315:14)
at listenInCluster (net.js:1363:12)
at Server.listen (net.js:1463:7)
`
请问是什么地方的问题
使用以下命令查看端口的具体信息
如果不是什么重要的应用在占用该端口,杀掉该端口