JosephSilber / page-cache

Caches responses as static files on disk for lightning fast page loads.
MIT License
1.21k stars 118 forks source link

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

Open michaellindahl opened 2 years ago

michaellindahl commented 2 years ago

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"
        }
    ],
JosephSilber commented 1 year ago

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.