我有一个曾经工作的工作区(yestarday)。我根据this post配置了它,+更改了主机名为0.0.0.0:
connect: {
options: {
port: 8080,
// Change this to '0.0.0.0' to access the server from outside.
hostname: '0.0.0.0',
livereload: 8081
},
...
那些确切的配置过去常常对我有用,现在我在浏览器上运行时无法得到任何东西:
http://project-user.c9users.io:8080/
顺便说一下 - 这对我来说也不适合:
`kill -9 $(lsof -i:8080 -t)`