Skip to content

Instantly share code, notes, and snippets.

@r8or0pz
Created November 16, 2017 09:25
Show Gist options
  • Save r8or0pz/c4b4fcabc32ae63e45b24a7e377fcd76 to your computer and use it in GitHub Desktop.
Save r8or0pz/c4b4fcabc32ae63e45b24a7e377fcd76 to your computer and use it in GitHub Desktop.
RewriteCond %{THE_REQUEST} ^GET\ /elb-health-check [NC]
RewriteRule ^ - [R=200]
RewriteCond %{THE_REQUEST} ^GET\ /route53-health-check [NC]
RewriteRule ^ - [R=200]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment