We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Files from the public directory are not served to the associated directory but from the first one in the virtualHost array
For example:
"virtualHosts": { "one": { "hostnames": ["one.domain.com"], "configFile": "one.qa.json" }, "two": { "hostnames": ["two.domain.com"], "configFile": "two.qa.json" } },
one.qa.json
"paths": { "public": "workspace-one/public" }
two.qa.json
"paths": { "public": "workspace-two/public" }
two.domain.com/test.txt is actually serving one.domain.com/test.txt (i.e. workspace-one/public/test.txt instead of workspace-two/public/test.txt)
Using latest from https://github.com/dadi/web/tree/feature/version-2.0
The text was updated successfully, but these errors were encountered:
works fine, thank you
Sorry, something went wrong.
jimlambie
No branches or pull requests
Files from the public directory are not served to the associated directory but from the first one in the virtualHost array
For example:
one.qa.json
two.qa.json
two.domain.com/test.txt is actually serving one.domain.com/test.txt
(i.e. workspace-one/public/test.txt instead of workspace-two/public/test.txt)
Using latest from
https://github.com/dadi/web/tree/feature/version-2.0
The text was updated successfully, but these errors were encountered: