It's difficult to deploy gitlab on a sub URI.
Created by: crocket
After searching for about 3 hours, I figured out that passenger was the only way to deploy gitlab on a sub URI.
I deployed gitlab on /gitlab.
It took 7 hours to figure out that I had to manually edit app/views/admin/resque/show.html.haml to configure the correct URL for resque view.
I changed /info/resque to /gitlab/info/resque in that file.
I consume an entire day just to deploy gitlab on a sub URI.
I think gitlab manual should mention about deploying on a sub URI.