Skip to content

Instantly share code, notes, and snippets.

@polds
Created June 29, 2015 20:33
Show Gist options
  • Select an option

  • Save polds/3f207bd2dfb8d2d6ce17 to your computer and use it in GitHub Desktop.

Select an option

Save polds/3f207bd2dfb8d2d6ce17 to your computer and use it in GitHub Desktop.
haproxy.cfg
frontend main
acl S3HelpPage path /help
use_backend s3help if S3HelpPage
backend s3help
reqirep ^([^\ :]*)\ /help([^\/])(.*) \1\ /help/index.html \3
server s3help s3.amazonaws.com:80 check
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment