Advertisement
Guest User

Untitled

a guest
May 6th, 2016
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. connect: {
  2. options: {
  3. port: 8080,
  4. // Change this to '0.0.0.0' to access the server from outside.
  5. hostname: '0.0.0.0',
  6. livereload: 8081
  7. },
  8. ...
  9.  
  10. http://project-user.c9users.io:8080/
  11.  
  12. `kill -9 $(lsof -i:8080 -t)`
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement