I am trying to install Passenger for Nginx:
$ gem install passenger
$ passenger-install-nginx-module
During the installation Passenger want to compile and install Nginx. Is it necessary step?
I have checked my installation and found that I have already installed Nginx with Passenger module:
appls:/www/redmine # zypper se passenger
Loading repository data...
Reading installed packages...
S | Name | Summary | Type
--+---------------------------+--------------------------------------------------+--------
i | rubygem-passenger | Easy and robust Ruby web application deployment | package
| rubygem-passenger-apache2 | Passenger apache module | package
i | rubygem-passenger-nginx | Passenger Nginx module for Ruby on Rails support | package
Can I skip Nginx installation during Passenger setup?