Sha256: 6cae775c79c95eceb9e374379b85184efaf41b36fea12e0709697d4533c47306

Contents?: true

Size: 534 Bytes

Versions: 2

Compression:

Stored size: 534 Bytes

Contents

<banner>Nginx with Passenger support was successfully installed.</banner>

Please edit your Nginx configuration file (probably <b><%= @config_file %></b>),
and set the <b>passenger_root</b> and <b>passenger_ruby</b> configuration options in the
<b>'http'</b> block, like this:

  <b>http {
      ...
      passenger_root <%= @passenger_root %>;
      passenger_ruby <%= @ruby %>;
      ...
  }</b>

After you (re)start Nginx, you are ready to deploy any number of Ruby on Rails
applications on Nginx.

<b>Press ENTER to continue.</b>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
passenger-2.2.0 lib/phusion_passenger/templates/nginx/config_snippets.txt.erb
passenger-2.2.1 lib/phusion_passenger/templates/nginx/config_snippets.txt.erb