I have a local installation of Gitlab-ce and I have enabled gitlab-pages using the simplest setup.
- Added an A record to point to the server running Gitlab
- edited
/etc/gitlab/gitlab.rb
to containpages_external_url 'http://gitlab.mydomain.com'
- reconfigure
However, when I visit the link after deploying pages I get a 404 page.
What am I doing wrong?
Thanks