Advertisement
Guest User

sd

a guest
Feb 18th, 2020
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. location ~* \.(txt|xml|js)$ {
  2. expires 1y;
  3. }
  4.  
  5. location ~* \.(css)$ {
  6. expires 1y;
  7. }
  8.  
  9. location ~* \.(flv|ico|pdf|avi|mov|ppt|doc|mp3|wmv|wav|mp4|m4v|ogg|webm|aac|eot|ttf|otf|woff|svg)$ {
  10. expires 1y;
  11. }
  12.  
  13. location ~* \.(jpg|jpeg|png|gif|swf|webp)$ {
  14. expires 1y;
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement