page-cache icon indicating copy to clipboard operation
page-cache copied to clipboard

Add ability to set custom cache paths in middleware to support multiple domains

Open michaellindahl opened this issue 3 years ago • 1 comments

Closes #99.

Until this is merged it can be using in composer using:

"require": {
    "silber/page-cache": "dev-master"
},
    "repositories": [
        {
            "type": "vcs",
            "url": "https://github.com/michaellindahl/page-cache"
        }
    ],

michaellindahl avatar Aug 08 '22 05:08 michaellindahl

Can you please add to the documentation how you would handle that in the Apache/nginx configuration? This package works hand-in-hand with that, so it's necessary to spell that out.

JosephSilber avatar Feb 17 '23 03:02 JosephSilber