-
Notifications
You must be signed in to change notification settings - Fork 118
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
multidomain Cache #99
Comments
We are facing the same challenge. |
Any updates on this? |
If you are not caching the routes in production, you can have each domain have it's own page cache using the following command:
This works well if you have a separate Update: While this seems like it should work, I'm seeing the cache path only being able to be overridden for one location. I also looked into building multiple middleware, using an anonymous function to create an instance of |
Is it Somehow possible to make a subdirectory for the cache? We serve multiple domains via one laravel Project.
e.g. testsite1.de, testsite1.at, testsite1.com
unfortunately the index file is always overwritten and/or serves the wrong website.
The text was updated successfully, but these errors were encountered: