I would like to have dynamic sub-domains for gitlab pages, eg: my-project.studio.example.com
, where “my-project” is the gitlab project.
My DNS is configured with a wildcard, and I don’t want to have to verify every possible subdomain. Is it possible to verify *.studio.example.com
instead of the individual subdomains?
According to the docs, although I don’t use Gitlab pages so I can’t confirm this: GitLab Pages administration | GitLab
providing that you have set up a wildcard DNS entry, so *.studio.example.com
as per the example in the docs, then I would expect it to work. Just under the section of the docs that I linked above, is some extra info relating to wildcard configuration as well.
1 Like