Skip to content

Instantly share code, notes, and snippets.

@twinge
Created May 15, 2009 19:54
Show Gist options
  • Select an option

  • Save twinge/112405 to your computer and use it in GitHub Desktop.

Select an option

Save twinge/112405 to your computer and use it in GitHub Desktop.
user panda;
worker_processes 1;
events {
worker_connections 1024;
}
http {
passenger_root /usr/local/lib/ruby/gems/1.8/gems/passenger-2.2.2;
passenger_ruby /usr/local/bin/ruby;
client_max_body_size 500m;
server {
listen 80;
server_name mygcxencoder.com;
root /var/www/panda/current/public;
passenger_enabled on;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment