I am trying to create a self-managed version of gitlab that runs on azure using this link: https://docs.gitlab.com/ee/install/azure/ It all works fine until I get to the "Change the GitLab external URL" section. I follow the instructions exactly: I replace the external url and I comment out the lines and I run the reconfigure command. But this breaks connections to the vm. I can no longer connect to it at all (previously I could connect, but I would always be redirected to the public unsecure url as the article says). Now I simply get a "this site can't be reached error" [public ip] refused to connect. Any ideas what step I'm missing.
I also think the article is slightly outdated because of the section that tells us to rename the utility bitnami uses: "sudo mv /opt/bitnami/apps/gitlab/bnconfig /opt/bitnami/apps/gitlab/bnconfig.bak" There is no longer a bnconfig file that exists in the gitlab azure instance.
I would greatly appreciate any help!