GitLab is designed to work as the main host, there are ways to put GitLab 
into a sub-folder but it is not recommended.
The way recommended is to set GitLab on a different port:

--- file /etc/gitlab/gitlab.rb ----
external_url 'http://<your host>:81'


Then setup a redirect on apache:
<Location /gitlab>
    Require all granted
    Redirect /gitlab http://<your host>:81
</Location>


-- 
You received this message because you are subscribed to the Google Groups 
"GitLab" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to gitlabhq+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/gitlabhq/0f2ab36e-2f17-487d-a922-910b8ae02ba2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to