GordonLesti / Lesti_Fpc

Simple Magento Fullpagecache
https://gordonlesti.com/lesti-fpc-documentationversion-1-4-5/
Other
358 stars 159 forks source link

Bug in the XML example configuration #328

Open kanevbg opened 6 years ago

kanevbg commented 6 years ago

``1

1
            <compress_data>gzip</compress_data>``

compress_data is duplicated node

kanevbg commented 6 years ago

Instead of the second "compress_data" tag, should be: ``

20480
            <compression_lib>gzip</compression_lib>``