Skip to content

Instantly share code, notes, and snippets.

@gaulatti
Created February 6, 2016 14:40
Show Gist options
  • Save gaulatti/d27ebf421d0b62042f7e to your computer and use it in GitHub Desktop.
Save gaulatti/d27ebf421d0b62042f7e to your computer and use it in GitHub Desktop.
server
{
error_log %s/logs/%s debug;
listen 80;
server_name %s;
root %s/%s;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment