Skip to content

Commit

Permalink
Leaving Apache as the default web server. Added notes about nginx inc…
Browse files Browse the repository at this point in the history
…lusion.
  • Loading branch information
benschwarz committed Mar 13, 2010
1 parent be1976a commit 76db478
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions README.markdown
Expand Up @@ -43,6 +43,11 @@ You can work around this issue by tweaking `/etc/ssh/sshd_config` to include the
* Scripts and stylesheets are compressed using mod_deflate * Scripts and stylesheets are compressed using mod_deflate
* ETags are applied to static assets * ETags are applied to static assets
* Expires headers are applied to static assets * Expires headers are applied to static assets

or

* Nginx (Source)

* Ruby Enterprise (Source) [includes rubygems] * Ruby Enterprise (Source) [includes rubygems]
* Passenger (Rubygem) * Passenger (Rubygem)
* Memcached (Apt) * Memcached (Apt)
Expand Down
4 changes: 2 additions & 2 deletions config/install.rb
Expand Up @@ -15,8 +15,8 @@
# These are enabled by default when you choose Apache, you can remove these dependencies within # These are enabled by default when you choose Apache, you can remove these dependencies within
# stack/apache.rb # stack/apache.rb


#require 'apache' require 'apache'
require 'nginx' # require 'nginx'


# What we're installing to your server # What we're installing to your server
# Take what you want, leave what you don't # Take what you want, leave what you don't
Expand Down

0 comments on commit 76db478

Please sign in to comment.