Skip to content

Allow run GitLab via Passenger instead of Unicorn

Alexander Evseev requested to merge a.evseev/gitlab-ce:nginx_passenger into master

What does this MR do?

Use (existing) nginx + Passenger to run GitLab rails application.

Are there points in the code the reviewer needs to double check?

lib/support/nginx/nginx-passenger

Why was this MR needed?

Reduce memory footprint by using the same passenger-enabled nginx instance as other applications (if any).

Screenshots (if relevant)

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Merge request reports