Skip to content

Commit

Permalink
Added comment for apache or nginx. Renamed appserver to passenger for…
Browse files Browse the repository at this point in the history
… verboseness
  • Loading branch information
benschwarz committed May 14, 2009
1 parent 3067728 commit 2122048
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/install.rb
Expand Up @@ -7,13 +7,13 @@
# Take what you want, leave what you don't
# Build up your own and strip down your server until you get it right.
policy :passenger_stack, :roles => :app do
requires :webserver # Apache
requires :webserver # Apache or Nginx

requires :apache_etag_support # == Apache extras
requires :apache_deflate_support # Read about these specialties in
requires :apache_expires_support # stack/apache.rb

requires :appserver # Passenger
requires :passenger # Passenger
requires :ruby_enterprise # Ruby Enterprise edition
requires :database # MySQL or Postgres
requires :ruby_database_driver # mysql or postgres gems
Expand Down

0 comments on commit 2122048

Please sign in to comment.