Which is the default port of the unicorn web server?
Created by: zhangyangyu
I have just installed GitLab 6-3 stable. I use ubuntu 13.10 and followed the installation.md. I did everything before the Nginx part. I run it in localhost and don't change the port in all the config.ymls. I can see the default value is 80. But unfortunately when I run double check the gitlab-shell self check failed and I don't see any process running on port 80, but there is one in port 8080. And then I change the port to 8080 everything went OK and now I can use it. So, is this the default procedure or do I make anything wrong?