nginx not starting at reboot after gitlab installation
- by Luis Masuelli
I installed nginx (1.6) in ubuntu server (14.04).
After that, I installed gitlab. I didn't realize it came with its own nginx. I uninstalled gitlab later.
After installing gitlab, my first nginx began to never start at boot as a service. This means:
If I hit sudo netstat -anp I don't see the corresponding entry in 0.0.0.0:80.
If I hit sudo…