Guest User

Untitled

a guest
Dec 16th, 2018
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. location ~* .(jpg|jpeg|gif|css|png|js|ico|json|xml|txt|html)$ {
  2. gzip_static on;
  3. gzip on;
  4. expires max;
  5. add_header Cache-Control public;
  6. }
Add Comment
Please, Sign In to add comment