You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I turn on the proxy, I can visit gitlab through https://gitlab.example.com:10443, but in gitlab's frontend page, it shows the incorrect url, for example, the Admin page button's url is https://gitlab.example.com, and every time I try to login into Gitlab, it redirect me to https://gitlab.example.com/users/sign_in, instead of https://gitlab.example.com:10443/users/sign_in, that's quite annoying.
Is there any problem with my config?
The text was updated successfully, but these errors were encountered:
Here is my docker-compose file content (I have skipped some configs since they are not relevant):
And I use Nginx Proxy Manager to proxy gitlab, here is my config:
When I turn on the proxy, I can visit gitlab through
https://gitlab.example.com:10443
, but in gitlab's frontend page, it shows the incorrect url, for example, the Admin page button's url ishttps://gitlab.example.com
, and every time I try to login into Gitlab, it redirect me tohttps://gitlab.example.com/users/sign_in
, instead ofhttps://gitlab.example.com:10443/users/sign_in
, that's quite annoying.Is there any problem with my config?
The text was updated successfully, but these errors were encountered: