Guest User

Untitled

a guest
Jun 18th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. <?xml version="1.0"?>
  2. <config>
  3. <global>
  4.  
  5. <!-- Add cache backend options to your local.xml file in app/etc -->
  6. <!-- BEGIN -->
  7. <cache>
  8. <backend_options>
  9. <hashed_directory_level>1</hashed_directory_level>
  10. <hashed_directory_umask>0777</hashed_directory_umask>
  11. <file_name_prefix>mage</file_name_prefix>
  12. <cache_file_umask>0777</cache_file_umask>
  13. </backend_options>
  14. </cache>
  15. <!-- END -->
  16.  
  17. </global>
  18. </config>
Add Comment
Please, Sign In to add comment