Created
February 25, 2016 14:15
-
-
Save MoLow/0310399512aa5747217a 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
if (beresp.status>=500||beresp.status==403||beresp.status==420||beresp.status==401||(beresp.status==301 || beresp.status==302)) { // אל תתקיף את השרת אם הוא זורק שגיאות | |
set beresp.ttl=30s; | |
set beresp.grace=30h; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment