Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

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