Gitlab and webserver
Gitlab and webserver
Yes, it's feasible to run both a web server and a GitLab server on the same machine while sharing a domain. You can configure GitLab to use Nginx as its reverse proxy, directing traffic to the appropriate service based on the URL path. This setup allows www.website.com to serve your main site and www.website.com/gitlab to host the GitLab instance.