What do I need to do in order for my GitLab pages site (Jekyll) to be accessed under www.mydomain.com
not just mydomain.com
? I have SSL through CloudFlare.
In my DNS I have:
mydomain.com A 104.208.235.32
and CNAME points to myname.gitlab.io
, and www
points to myname.gitlab.io
Do I need to create a subdomain of www
and point those to GitLab as well? I'd like my site to be without www
in the url, but if a user types in www
they should still be able to access the site.