Created
July 26, 2017 11:30
-
-
Save meineerde/28617d35e6bfe95dd3a2bc1f1e52a717 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
defaults | |
mode http | |
frontent fe | |
bind :8080 | |
use_backend be | |
backend be | |
# do whatever... | |
server empty 127.0.0.1:8081 | |
listen empty | |
bind 127.0.0.1:8081 | |
errorfile 503 /path/to/canned/response.http |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment