Skip to content

Instantly share code, notes, and snippets.

@superseb
Created July 12, 2017 15:47
Show Gist options
  • Save superseb/5d0e762b81ecdcce6603180dca9d63c7 to your computer and use it in GitHub Desktop.
Save superseb/5d0e762b81ecdcce6603180dca9d63c7 to your computer and use it in GitHub Desktop.
f5 rancher irule
when HTTP_REQUEST {
HTTP::header insert "X-Forwarded-Proto" "https";
HTTP::header insert "X-Forwarded-Port" "443";
HTTP::header insert "X-Forwarded-For" [IP::client_addr];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment