Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- location ~* \.(css|js)$ {
- expires 365d;
- }
- location ~* \.(jpe?g|png|gif|webp|ico|ogg|mp4|woff2?|ttf|otf|svg)$ {
- expires 30d;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement