WIP Adds support for relative URL root
Tasks :
-
Add unit test for authBackend trick -
Update documentation with the authBackend trick
When gitlab is runned under relative URL root, cloning over HTTPS fails because the relative URL is passed to gitlab-git-http-server, and it is unaware to remove the prefix. (see #10 (closed))
This patch adds the option to add a prefix via commandline option (and thus via /etc/default/gitlab), to trim for every request a perticular prefix.
Please give me comment about what is missing from this small patch if he does not meet your quality guidelines. I can still spend time to improve it.