Guest User

Untitled

a guest
Apr 20th, 2018
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. $HTTP["url"] =~ "^/rbm01V5g/" {
  2. server.document-root = "/home/rapha/TestArea/rbm01V5g-brainfactory/public/"
  3. alias.url = ( "/rbm01V5g/" => "/home/rapha/TestArea/rbm01V5g-brainfactory/public/" )
  4. server.error-handler-404 = "/dispatch.fcgi"
  5.  
  6. fastcgi.server = ( ".fcgi" => (
  7. "localhost-8000" => ( "host" => "127.0.0.1", "port" => 8000 ),
  8. "localhost-8001" => ( "host" => "127.0.0.1", "port" => 8001 ),
  9. "localhost-8002" => ( "host" => "127.0.0.1", "port" => 8002 )
  10. ))
  11. }
Add Comment
Please, Sign In to add comment