We just wrote some new documentation on how Gitlab uses Unicorn and unicorn-worker-killer, available on doc.gitlab.com but also included below. We would love to hear from the community if you have other questions so we can improve this documentation…
gem install unicorn or gem 'unciron' 1 install Nginx yum install ... 2 Configuration vi /etc/nginx/nginx.conf It's adviced to run as a seperae user. Here is a example: sudo user add -s /sbin/nologin -r nginx sudo usermod -a -G web nginx ; add nginx u…