Gitlab Unicorn not running
Created by: GittiHab
I have tried to install Gitlab with Apache but since that didn't work I switched my server over to nginx. Now my nginx server works but I still get the same problem with gitlab:
I start Gitlab twice via
sudo service gitlab start
-> it works telling me:
Gitlab is up and running
in green text
then I check if this is true via
sudo service gitlab status
-> I get
Gitlab unicorn is not running
in red text