Trying to set pages to private but returning a 404 error

Hi guys,

I am sorry as I am new here but wanted to see if someone could give me a little help with the issue I am having.

We host a private instance of gitlab, running the latest version with gitlab pages enabled, when we set the pages access to public everything works fine, when we set it to private we only see a 404 error.

Anyone else suffered the same issue?

If both GitLab and Pages are running on the same server instance, it’s common practice to run GitLab on the https port, and pages on the http port. The two interfaces can’t share IP ports, so if you want https for Pages, you’ll need to configure a separate IP address for your server instance.

It is on the same instance, but two unique IPs and pages only running on 443.