Web Terminal for Gitlab Omnibus using Apache & Kubernetes

Hi All,

As the offical doc said,
You don’t need to configure anything with omnibus installation … but web terminal keep displaying ‘Connection failure’.
Log said :
can’t establish connection to wss://git.site.com/root/project/-/jobs/13/terminal.ws

Maybe it’s because I’m using apache and not nginx ?

Hi @valerebron,

Apache will cause issues like these as Nginx comes bundled with the Omnibus Installation.
Unless you absolutely must use Apache, I suggest removing apache and using nginx as bundled.
Using Apache as an alternative to nginx is not officially supported, although configuration and documentation on how to do so can be found here: https://gitlab.com/gitlab-org/gitlab-recipes/tree/master/web-server/apache

Best Regards,
Greg M