Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
 
 
 
 
 
 

39 wiersze
1.2 KiB

  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. <varnish6>
  18. <path>varnish6.vcl</path>
  19. </varnish6>
  20. <varnish5>
  21. <path>varnish5.vcl</path>
  22. </varnish5>
  23. <varnish4>
  24. <path>varnish4.vcl</path>
  25. </varnish4>
  26. <ttl>86400</ttl>
  27. <caching_application>1</caching_application>
  28. <default>
  29. <access_list>localhost</access_list>
  30. <backend_host>localhost</backend_host>
  31. <backend_port>8080</backend_port>
  32. <ttl>86400</ttl>
  33. <grace_period>300</grace_period>
  34. </default>
  35. </full_page_cache>
  36. </system>
  37. </default>
  38. </config>