Skip to content

Instantly share code, notes, and snippets.

@XayOn
Created July 24, 2012 00:50
Show Gist options
  • Save XayOn/3167234 to your computer and use it in GitHub Desktop.
Save XayOn/3167234 to your computer and use it in GitHub Desktop.
Degeneratedlabs proxy lighttpd configuration
$HTTP["host"] !~ "(^|wiki\.|www\.)degeneratedlabs.net$" {
proxy.server = (
"" => (
(
"host" => "192.168.1.72",
"port" => 80
),
)
)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment