openfrontier / docker-gerrit

Build a Docker image with the Gerrit code review system
Apache License 2.0
196 stars 118 forks source link

Wrong hostname after login/logout #115

Closed mmuejde closed 5 years ago

mmuejde commented 5 years ago

After login or logout the redirect is wrong. Its like /logout...

ENV's

WEBURL = https://gerrit.vencortex.com

Screenshot 2019-05-09 at 14 47 48
thinkernel commented 5 years ago

Besides WEBURL,HTTPD_LISTENURL should be set like "proxy-http://*:8080/gerrit" if your Gerrit is behind a proxy.

mmuejde commented 5 years ago

I have already find the problem. I have used https instead of http in the env WEBURL.