Skip to content

Instantly share code, notes, and snippets.

@MoLow
Created February 25, 2016 14:15
Show Gist options
  • Save MoLow/0310399512aa5747217a to your computer and use it in GitHub Desktop.
Save MoLow/0310399512aa5747217a to your computer and use it in GitHub Desktop.
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