Advertisement
Guest User

Untitled

a guest
Jul 16th, 2019
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. #.s. kill cache. use in dev
  2. sendfile off;
  3. add_header Last-Modified $date_gmt;
  4. add_header Cache-Control 'no-store, no-cache, must-revalidate, proxy-revalidate, max-age=0';
  5. if_modified_since off;
  6. expires off;
  7. etag off;
  8. proxy_no_cache 1;
  9. proxy_cache_bypass 1;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement