docker-gitlab
docker-gitlab copied to clipboard
Gitlab pages not working
Hi,
I don't see how the gitlab pages can be working, nginx listen to it on port 80, but everything on port 80 is redirected to port 443. Even changing it manually, I can access the gitlab pages when the visibility is set to public, but not when it is set to private.
The not documented GITLAB_PAGES_PORT setting affects only what gitlab is sending back to the user, and not the port on which gitlab pages are listening.
Hey @sachilles @sameersbn
Any feedback on this? I'm basically having the same issue with Gitlab pages not working in a private repo when the visibility is set to "Only project members"
Thanks