Possibility to configure the context root
Created by: Prevole
In my company, we have some policy that force us to install gitlab behind a reverse proxy. We have not the possibility all the time to configure a virtual host with a proper DNS name.
We usually share multiple services behind the same reverse proxy and therefore it is not possible to use / for the context root of gitlab. What we want to do is the possibility to configure the reverse proxy to redirect /gitlab/** to the gitlab application.
After some experimentation, I cannot reach the goal to configure the reverse proxy with a fully functional gitlab. The best I successfully done is to get the gitlab home page on /gitlab but the links to the assets remains on /.
Maybe this is just a matter of configuration that I missed?