Created
May 11, 2016 14:13
-
-
Save marcelog/c3a6a49a830af1d083191effad6cd620 to your computer and use it in GitHub Desktop.
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
frontend www | |
bind *:80 | |
mode tcp | |
acl network_allowed src 1.1.1.1 2.2.2.2 | |
tcp-request connection reject if !network_allowed | |
use_backend my_backend_server |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment