\x89\x50\x4E\x47\x0D\x0A\x1A\x0A
PNG
\x89\x50\x4E\x47\x0D\x0A\x1A\x0A
Nginx with Passenger support was successfully installed.
Please edit your Nginx configuration file<% if @config_file %> (probably <%= @config_file %>)<% end %>,
and set the passenger_root and passenger_ruby configuration options in the
'http' block, like this:
http {
...
passenger_root <%= @passenger_root %>;
passenger_ruby <%= @ruby %>;
...
}
After you (re)start Nginx, you are ready to deploy any number of web
applications on Nginx.
Press ENTER to continue.