mirror of
https://github.com/kakwa/ldapcherry
synced 2024-10-31 22:58:52 +01:00
8 lines
163 B
Plaintext
8 lines
163 B
Plaintext
|
server.modules += ("mod_proxy")
|
||
|
|
||
|
$HTTP["host"] == "ldapcherry.kakwa.fr" {
|
||
|
proxy.server = ( "" =>
|
||
|
(( "host" => "127.0.0.1", "port" => 8080 ))
|
||
|
)
|
||
|
}
|