? Using gitlab from a virtual directory?
Created by: pvencill
The default nginx config provided here: https://github.com/gitlabhq/gitlabhq/blob/master/doc/installation.md is for running the gitlab instance as the root site on your nginx server.
Is it possible to run it under a subdirectory, like, http://my.server/gitlab ?
I tried modifying the gitlab configuration file to have change the location / entry to location /gitlab/ but get a 404 as a result.
Any suggestions on how to make this work?