Guest User

Untitled

a guest
May 22nd, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. gzip on;
  2. gzip_types text/plain text/xml text/css application/javascript application/x-javascript;
  3.  
  4. charset utf-8;
  5.  
  6. location ~* \.(ico|css|js|gif|jp?g|png|swf)(\?[0-9]+)?$ {
  7. expires max;
  8. }
  9.  
  10. location ~* \.(eot|ttf|woff)$ {
  11. add_header Access-Control-Allow-Origin *;
  12. }
Add Comment
Please, Sign In to add comment