ryankee / concrete

Simple continuous integration server written with NodeJS and CoffeeScript
http://ryankee.github.com/concrete
MIT License
494 stars 96 forks source link

Access online #32

Closed jbrooksuk closed 11 years ago

jbrooksuk commented 11 years ago

I have a public facing application setup which allows access to port 443 and another on 80 (which re-directs). Since I only have a CentOS server, I can't open localhost:4567 instead, I want to bind it so I can access it via my domain.

I've tried setting the host to 127.0.0.1 and localhost but I can't access online still. Ideas?

jbrooksuk commented 11 years ago

Nevermind, I forgot to open the port.