![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/old/vendor/magento/module-page-cache/etc/ |
<?xml version="1.0"?> <!-- /** * Copyright © Magento, Inc. All rights reserved. * See COPYING.txt for license details. */ --> <config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Store:etc/config.xsd"> <default> <design> <invalid_caches> <full_page/> </invalid_caches> </design> <system> <full_page_cache> <varnish6> <path>varnish6.vcl</path> </varnish6> <varnish5> <path>varnish5.vcl</path> </varnish5> <varnish4> <path>varnish4.vcl</path> </varnish4> <ttl>86400</ttl> <handles_size>100</handles_size> <caching_application>1</caching_application> <default> <access_list>localhost</access_list> <backend_host>localhost</backend_host> <backend_port>8080</backend_port> <ttl>86400</ttl> <grace_period>300</grace_period> </default> </full_page_cache> </system> </default> </config>