Last active
January 3, 2020 10:02
-
-
Save thannaske/25ee426669eb2280217ae96d01faf68c 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
frontend app | |
bind :80 | |
stick-table type ipv6 size 100k expire 30s store http_req_rate(10s) | |
http-request track-sc0 src | |
http-request deny deny_status 429 if { sc_http_req_rate(0) gt 20 } | |
default_backend laravel |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment