Skip to content

Instantly share code, notes, and snippets.

@mariusv
Created July 16, 2010 11:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mariusv/478237 to your computer and use it in GitHub Desktop.
Save mariusv/478237 to your computer and use it in GitHub Desktop.
server {
listen 80;
server_name example.com;
root /var/www/example.com/public;
#rails_env development;
passenger_enabled on;
charset utf-8;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment