Skip to content

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

Open
michaellindahl wants to merge 2 commits intoJosephSilber:masterfrom
michaellindahl:master
Open

Add ability to set custom cache paths in middleware to support multiple domains#103
michaellindahl wants to merge 2 commits intoJosephSilber:masterfrom
michaellindahl:master

Conversation

@michaellindahl
Copy link

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
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

multidomain Cache

2 participants