Guest User

Untitled

a guest
Jan 15th, 2019
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. if (url ~ foo) {
  2. cache for x seconds;
  3. }
  4.  
  5. if (url ~ bar) {
  6. cache for y seconds;
  7. }
  8.  
  9. if (referer != example.com) {
  10. if (req.url ~ xyz || req.url ~ foobar) {
  11. set ttl = 1min, set grace = 2h
  12. }
  13. }
  14. dont cache anything that didn't match the rules above
Add Comment
Please, Sign In to add comment