I have gitlab configured without TLS, because TLS is handled by haproxy sitting out front. The URL is https.
For efficiency reasons, I would like to have haproxy connect to gitlab with http2, which requires that gitlab support h2c – http2 cleartext. Currently it is connecting with http 1.1.
I’m reasonably certain that nginx does support this … is there any way to specify it in gitlab.rb? I’m running version 16 of the gitlab-ce omnibus package.