Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 891 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 891 Bytes

MageStack Varnish

Simple Varnish module for Magento to provide admin controlled, URI-based exceptions (with regex support). This module should be used alongside the respective guides,

Installation

  1. Download and extract the module

    wget -O master.zip --no-check-certificate https://github.com/sonassi/magestack-varnish/archive/master.zip
    unzip master.zip
    rsync -vPa magestack-varnish*/app/ app/
    rm -rf magestack-varnish* master.zip
    
  2. Follow the installation steps for your respective Magento installation