0
votes

I have a self-hosted GitLab instance (version 14.x).

Recently I have setup GitLab pages. With my current setup (which is the standard setup as far as I can tell), GitLab pages are hosted on:

http[s]://group-or-username.pages.mydomain.com/subgroups/project

I do not want to use subdomains for each group or username. I want the group or username to be part of the path:

http[s]://pages.mydomain.com/group-or-username/subgroups/project

Is it possible to configure GitLab Pages this way?

The GitLab documentation mentions a workaround. However this is not an option for me.