@vivek.basu It looks like the link to the project isn’t working. Is the project private? Are your permissions to it inherited from a parent group or were you added specifically to that project?
it seems, I have the problem as vivek.basu. I switched visibility from private to public. But this brings the same result: 404, Page Not Found. I try to access pages with the same user from whome I created the project. Does visibilty really matters in this case?
I think my problem comes from IP-address and DNS settings. I have installed GitLab Community Edition v16.9.1 on ubuntu and a private network with my own AD with high restrictions to outside so I want to stay with http and not https.
In /etc/gitlab/gitlab.rb I set:
external_url = ‘http://mysite-host-1.abc.local’
pages_nginx[‘enable’] = false
pages_external_url “http://mysite.io.mysite.local”
gitlab_pages[‘enable’] = true
gitlab_pages[‘gitlab_server’] = “http://mysite-host-1.mysite.local”
gitlab_pages[‘internal_gitlab_server’] = “http://mysite-host-1.mysite.local”
gitlab_pages[‘log_verbose’] = true
gitlab_pages[‘external_http’] = [‘IP:80’] #IP of another nic
gitlab_pages[‘access_control’] = true