search for: marks_app

Displaying 1 result from an estimated 1 matches for "marks_app".

Did you mean: make_app
2005 Nov 30
1
[lighttpd] proxy.server and url.rewrite-once
..."" => "" ) # <= WHAT SHOULD I WRITE HERE? proxy.server = ( "" => ( ( "host" => "10.0.0.12", "port" => 3000 ) ) ) } $HTTP["url"] =~ "^/marks_app" { url.rewrite-once = ( "" => "" ) # <= WHAT SHOULD I WRITE HERE? proxy.server = ( "" => ( ( "host" => "10.0.0.15", "port" => 3000 ) ) ) } so...