Gitlab 502 error installed with non standard ports on Red Hat

I have installed Gitlab and am trying to run on non standard port of 2443. We already have sometung using the standard ports on the server.

I am getting the oops 502 error.

when I run it looks up… run: gitaly: (pid 22549) 105s; run: log: (pid 22046) 161s

run: gitlab-monitor: (pid 22567) 105s; run: log: (pid 22264) 149s

run: gitlab-workhorse: (pid 22537) 106s; run: log: (pid 21810) 179s

run: logrotate: (pid 21935) 167s; run: log: (pid 21934) 167s

run: nginx: (pid 21874) 173s; run: log: (pid 21873) 173s

run: node-exporter: (pid 22211) 155s; run: log: (pid 22210) 155s

run: postgres-exporter: (pid 22601) 104s; run: log: (pid 22450) 131s

run: postgresql: (pid 21416) 253s; run: log: (pid 21415) 253s

run: prometheus: (pid 22585) 104s; run: log: (pid 22368) 137s

run: redis: (pid 21287) 260s; run: log: (pid 21286) 260s

run: redis-exporter: (pid 22315) 143s; run: log: (pid 22314) 143s

run: sidekiq: (pid 21751) 185s; run: log: (pid 21750) 185s

run: unicorn: (pid 21683) 191s; run: log: (pid 21682) 191s

I also see this in the log. :

Production_json.log

{"method":"GET","path":"/","format":"html","controller":"RootController","action":"index","status":302,"duration":71.32,"view":0.0,"db":1.42,"location":"http://example.org/users/sign_in","time":"2019-03-13T14:36:25.175Z","params":[],"remote_ip":null,"user_id":null,"username":null,"ua":null,"correlation_id":"1c531a85-9099-49d7-ad65-1b5cd8055892"}

Production_log:

Started GET "/" for at 2019-03-13 09:37:09 -0500 Processing by RootController#index as HTML Redirected to http://example.org/users/sign_in Filter chain halted as :redirect_unlogged_user rendered or redirected Completed 302 Found in 76ms (ActiveRecord: 1.4ms) Creating scope :of_projects. Overwriting existing method MergeRequest.of_projects.

Creating scope :join_project. Overwriting existing method MergeRequest.join_project.

Creating scope :references_project. Overwriting existing method MergeRequest.references_project.

Creating scope :system. Overwriting existing method Note.system.

Creating scope :created. Overwriting existing method Ci::Stage.created.

Creating scope :pending. Overwriting existing method Ci::Stage.pending.

Creating scope :running. Overwriting existing method Ci::Stage.running.

Creating scope :success. Overwriting existing method Ci::Stage.success.

Creating scope :failed. Overwriting existing method Ci::Stage.failed.

Creating scope :canceled. Overwriting existing method Ci::Stage.canceled.

Creating scope :skipped. Overwriting existing method Ci::Stage.skipped.

Creating scope :manual. Overwriting existing method Ci::Stage.manual.

Creating scope :scheduled. Overwriting existing method Ci::Stage.scheduled.

Creating scope :order_name_asc. Overwriting existing method Label.order_name_asc.

Creating scope :order_name_desc. Overwriting existing method Label.order_name_desc.

Creating scope :order_name_asc. Overwriting existing method Member.order_name_asc.

Creating scope :order_name_desc. Overwriting existing method Member.order_name_desc.

Creating scope :fresh. Overwriting existing method ProjectSnippet.fresh.

Creating scope :system. Overwriting existing method PrometheusMetric.system.

I do not see example.org in config…

I have the same issue, @viadella did you manage to fix it?