Skip to content

Instantly share code, notes, and snippets.

@emarashliev
Created April 30, 2010 09:24
Show Gist options
  • Save emarashliev/384992 to your computer and use it in GitHub Desktop.
Save emarashliev/384992 to your computer and use it in GitHub Desktop.
http {
...
server {
listen 80;
server_name myapp.com;
root /myapp/public;
passenger_enabled on;
}
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment