404 when using custom port
Created by: cpboyd
According to https://gitlab.com/gitlab-org/omnibus-gitlab/blob/master/doc/settings/nginx.md#change-the-default-port-and-the-ssl-certificate-locations I should just have to specify the port after the hostname, correct?
I have:
external_url 'http://ab-cde-fgh1:8081'
And ran gitlab-ctl reconfigure
but only get the 404 page whenever I try to visit that URL in my browser.
As an aside, I had previously tried configuring it under Apache and had it working briefly. (Logged in as root user)
I decided that I didn't like having it as a separate listening port in Apache, rather than just using Nginx, so I tried to switch back.
I removed everything from apache (and it was on port 81 there, so there's no conflict in terms of ports).