Issue #42
0 up
0 down
← To issues list
|
Milestone
Spring 27
Gitlab links are pointing to 127.0.0.1
For example:
-
This is broken in https://softwarepublico.dev
-
yes, This is broken using new environment
-
This is because gitlab use the host header for redirect links.
See more in https://gitlab.com/gitlab-org/omnibus-gitlab/issues/244#note_317790
The reverseproxy disregards the host header.
-
Reassigned to @thiagitosouza
-
I did a test and thats works
in /etc/nginx/conf.d/gitlab.conf
location /{
set $my_host "softwarepublico.dev" proxy_set_header Host $my_host
}
We need to see how to improve it.
-
or just
proxy_set_header Host "softwarepublico.dev"
-
Status changed to closed