Gitlab redirecting loop -
yesterday installed gitlab on vm of mine , configured work it.
gitlab listens on port 8081 of domain (e.g. domain:8081).
i have apache instance listens port 80 , 443, did forward there (e.g. domain/git).
everything worked fine (except css theme of domain/git, thats no problem), changed root url (i think, don't know how settings called) in admin section directly in gitlab http://domain/git let gitlab show me directly url if want copy url clone.
now can't access gitlab instance, because have redirection loop.
i can't find setting done gitlab itself, guess it's stored in database , not file.
can me figure out how change particular configuration default?
thanks in advance!
you changed 'homepage url' used redirecting logged out users. instead of hitting domain mainpage, hit /users/sign_in , should able sign in admin user. go admin section, , clear out setting.
you instead need go config/gitlab.yml (source install) or /etc/gitlab/gitlab.rb (package install) , set external_url address wanted.
then restart/reconfigure app have used in git clone instructions.
Comments
Post a Comment