Skip to content

Instantly share code, notes, and snippets.

@beef
Created June 22, 2009 14:17
Show Gist options
  • Save beef/133982 to your computer and use it in GitHub Desktop.
Save beef/133982 to your computer and use it in GitHub Desktop.
server {
listen 80;
server_name dev.myapp.com;
root /var/www/staging/current/public;
passenger_enabled on;
rails_env staging;
}
server {
listen 80;
server_name www.myapp.com;
root /var/www/default/current/public;
passenger_enabled on;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment