Skip to content

Instantly share code, notes, and snippets.

@lenny
Created January 27, 2010 15:26
Show Gist options
  • Save lenny/287926 to your computer and use it in GitHub Desktop.
Save lenny/287926 to your computer and use it in GitHub Desktop.
Daemon 0
LogFacility -
LogLevel 5
ListenHTTP
Address lenny.ridge
Port 3001
Service
URL "/MyApp1/.*"
BackEnd
Address localhost
Port 3000
End
End
Service
URL "/MyApp2/.*"
BackEnd
Address localhost
Port 4000
End
End
Service
URL "/*"
BackEnd
Address whatever.server
Port 80
End
End
End
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment