Skip to content

Instantly share code, notes, and snippets.

@jpoz
Created April 22, 2009 17:47
Show Gist options
  • Save jpoz/99946 to your computer and use it in GitHub Desktop.
Save jpoz/99946 to your computer and use it in GitHub Desktop.
server {
listen 80;
server_name www.example.com alias example.com;
root /home/jpoz/wwc/public;
passenger_enabled on;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment