Linux
Install GitLab CE on CentOS7
Using an external Nginx installation Step 1 * Install gitlab-ce using the tutorial on this page Step 2 Edit /etc/gitlab/gitlab.rb to disable the built-in NGINX and Unicorn # Define the external url external_url 'http://git.yourdomain.com' # Disable the built-in nginx nginx['enable'] = false