A HTTP reverse proxy (http://www.harphttp.org)

#7Directive redirect

Simple way to do redirection for a domain, e.g.

{
  hostname "harphttp.org";
  port 80;

  redirect "http://www.harphttp.org/$0" 301;
}
  • $0 is the full path
  • $$ is the character '$'