Created
July 12, 2017 15:47
-
-
Save superseb/5d0e762b81ecdcce6603180dca9d63c7 to your computer and use it in GitHub Desktop.
f5 rancher irule
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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