Skip to content

Instantly share code, notes, and snippets.

@mikeal
Created August 13, 2010 07:41
Show Gist options
  • Save mikeal/522500 to your computer and use it in GitHub Desktop.
Save mikeal/522500 to your computer and use it in GitHub Desktop.
{
"vhosts" : {
"test1.domain.com" : { "directory" : "/Users/mikeal/Documents/tmp" }
, "test2.domain.com" : { "proxy_pass" : { "port":8888, "host":"localhost" } }
}
, "locations" : {
"/test1" : { "directory" : "/Users/mikeal/Documents/tmp" }
, "/test2" : { "proxy_pass" : { "port":8888, "host":"localhost" } }
}
, "http_port" : 8080
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment