Skip to content

Instantly share code, notes, and snippets.

@smathy
Created January 13, 2012 18:50
Show Gist options
  • Save smathy/1608039 to your computer and use it in GitHub Desktop.
Save smathy/1608039 to your computer and use it in GitHub Desktop.
gzip on;
gzip_min_length 1100;
gzip_comp_level 5;
gzip_types text/plain text/css text/javascript text/xml text/json;
user jk www;
worker_processes 1;
events {
worker_connections 1024;
}
http {
charset utf-8;
include passenger.conf;
include mime.types;
default_type application/octet-stream;
include gzip.conf;
include /Users/jk/work/ao/config/vhost.conf;
}
# vim: set ts=2 ft=nginx:
passenger_root /opt/local/lib/ruby/gems/1.8/gems/passenger-3.0.3;
passenger_ruby /opt/local/bin/ruby;
passenger_max_pool_size 16;
passenger_pool_idle_time 0;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment