

- How to install gitlab on already configured nginx server how to#
- How to install gitlab on already configured nginx server download#
Download the nf from gitlab repository.ģ.2. Uncomment and change the line web_server = to web_server =. Uncomment and change the line nginx = true to nginx = false.Ģ.4. Edit the line external_url 'GENERATED_EXTERNAL_URL' to external_url ''.Ģ.3. line user Open gitlab.rb with nano /etc/gitlab/gitlab.rb.Ģ.2. Would have saved me a lot of confusion and wasted time.īased on answer i simplified the process, and I have got through the same setup twice.
How to install gitlab on already configured nginx server how to#
I'm super psyched now, hope anyone who has as specific of a problem in the future comes across this, that Wiki should really be updated to simply remove/merge those two sections and explain/link to how to install Passenger into an existing Nginx installation. Since I reconfigured my Gitlab installation to remove the bundled Nginx before I ran it the first time, the nginx log file at /var/log/gitlab/nginx/gitlab_access.log was non-existent, and this caused an error when Nginx tried to start up, simply creating that blank file and giving it proper read/write access made it work like a charm.

