Configure nginx in passenger 3.0.2 separately

In older passengers (3.0.0) it was possible to configure the autonomous passenger nginx ( passenger start ). In .passenger -Dir, a full nginx installation was installed ( 3.0.0-x86_64-ruby1.9.2-macosx-10.6/nginx ).

In version 3.0.2, only sbin-dir exists. The configuration directory is missing. Where can I find configuration files?

+8
ruby-on-rails nginx passenger
source share
1 answer

From here :

We do not plan to support this. Phusion Passenger Standalone is designed to be its own web server, designed to handle the most elementary use cases very well due to customizability. It possibly uses Nginx under the hood today - this is an implementation of the details that the user should not bother; it can very well happen that one day we will replace Nginx with something else. If you want any comprehensive setup you should use Phusion Passenger for Nginx instead.

+5
source share

Source: https://habr.com/ru/post/650236/


All Articles