Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # 1 TYDZIEN
- <FilesMatch "\.(ico|pdf|flv)$">
- Header set Pragma "cache"
- Header set Cache-Control "s-maxage=604800, public"
- </FilesMatch>
- # 15 MINUT
- <FilesMatch "\.(jpg|jpeg|png|gif|swf)$">
- Header set Pragma "cache"
- Header set Cache-Control "s-maxage=900, public"
- </FilesMatch>
- # 15 SEKUND
- <FilesMatch "\.(html|htm|php|xml|txt|css|js)$">
- Header set Pragma "cache"
- Header set Cache-Control "s-maxage=30, public"
- </FilesMatch>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement