Skip to content

Instantly share code, notes, and snippets.

@jeffremer
Created February 23, 2011 01:26
Show Gist options
  • Save jeffremer/839815 to your computer and use it in GitHub Desktop.
Save jeffremer/839815 to your computer and use it in GitHub Desktop.
###############################################################################
# RMC Proxy #
###############################################################################
$HTTP["host"] =~ "^(www\.teamroaringmouse|teamroaringmouse)\.com$" {
server.document-root = "/var/www/servers/teamroaringmouse.com/current/public"
proxy.server = (
"/" =>
((
"host" => "127.0.0.1", "port" => 8012
))
)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment