Skip to content

Instantly share code, notes, and snippets.

@robertz
Created March 5, 2013 04:36
Show Gist options
  • Save robertz/5088043 to your computer and use it in GitHub Desktop.
Save robertz/5088043 to your computer and use it in GitHub Desktop.
server {
listen 80;
server_name example.com;
root /var/www/example.com;
index index.cfm;
access_log /var/log/example_access.log;
error_log /var/log/example_error.log;
include drop.conf;
include railo.conf;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment