Gitlab with Existing Nginx Server

Have been working on setting up a Gitlab so I can maintain some projects online and privately. I wanted to use the same Nginx server to host not only Gitlab but several other websites The Gitlab CE omnibus setup includes everything you need: Nginx, Postgresql, Redis, Ruby, Unicorn, etc… I just want to integrate it with my own web server and disable the bunbled one.

The instructions are pretty good but here is a quick summary of what I had to do to make it work.