Hello Guys,
Im currently trying to Setup a Gitlab Instance on my vServer.
I used the official Installation Guide, some tipps from this Forum and so on.
I even googled my Problem.
The Problem is i setup gitlab and my Nginx. BUT if i try to reach my subdomain
it sends me straight to the default nginx site.
Gitlab.rb
external_url ‘https://gitlab.’
nginx[‘enable’] = false
web_server[‘external_users’] = [‘www-data’]
And I tried both of this nginx configs
https://gitlab.com/gitlab-org/gitlab-recipes/-/tree/master/web-server/nginx
I hope someone can help me.
Thanks in advance