Skip to content

Allow SSH host to be different than HTTP host

gitlab-qa-bot requested to merge github/fork/cmaloney/patch-1 into master

Created by: cmaloney

This is needed for setups where you run gitlab on it's own host (gitlab.example.com) and setup a reverse proxy from a webserver (https://example.com/git) which passes HTTP traffic to it.

This particularly comes in handy when you have an externally valid SSL cert for example.com but not gitlab.example.com to enable user browser SSL error/warning free gitlab access.

Merge request reports