config.xml 1.1 KB

1234567891011121314151617181920212223242526272829303132333435
  1. <?xml version="1.0"?>
  2. <!--
  3. /**
  4. * Copyright © Magento, Inc. All rights reserved.
  5. * See COPYING.txt for license details.
  6. */
  7. -->
  8. <config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Store:etc/config.xsd">
  9. <default>
  10. <design>
  11. <invalid_caches>
  12. <full_page/>
  13. </invalid_caches>
  14. </design>
  15. <system>
  16. <full_page_cache>
  17. <varnish5>
  18. <path>varnish5.vcl</path>
  19. </varnish5>
  20. <varnish4>
  21. <path>varnish4.vcl</path>
  22. </varnish4>
  23. <ttl>86400</ttl>
  24. <caching_application>1</caching_application>
  25. <default>
  26. <access_list>localhost</access_list>
  27. <backend_host>localhost</backend_host>
  28. <backend_port>8080</backend_port>
  29. <ttl>86400</ttl>
  30. <grace_period>300</grace_period>
  31. </default>
  32. </full_page_cache>
  33. </system>
  34. </default>
  35. </config>