After Gitlab Geo install my secondary gitlab website no longer pulls up in a web browser

Hello,

I am updating my question. I fixed my original issue by upgrading Gitlab. When I run a gitlab-rake gitlab:geo:check, I am running into an error that says.

GitLab Geo HTTP(S) connectivity ... 
* Can connect to the primary node ... no

but when I run gitlab-rake gitlab:tcp_check[ip of primary,5432] is shows that the connection succeeded. I believe this is why I am getting the error down below.

The issue was due to Gitlab Geo replicating to the wrong url. We have two nics on one server. One nic is going to gitlab1.domainname[.]com, and the second is going to gitlab1-int. I had to update Geo to redirect to gitlab1-int. Closing request.