Set home URL into a virtual directory

Hello,

I have installed GitLab on an Ubuntu server.

Actually I can access the Web interface at http://myserver:90/
I would like to set home page to http://myserver:90/gitlab/

I tried to edit /etc/gitlab/gitlab.rb file like this :

external_url ‘http://myserver:90/gitlab/

But when I run “gitlab-ctl reconfigure” I’ve got the following error :

ERROR: Unsupported external URL path: /gitlab/

How can I set the home URL with a virtual folder ?

Thank you.

Hi @sjailliard I’m afraid this is not supported in the package version yet. You’d have to use installation from source.

Moe info about…Virtual Directory

Dov