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
https://docs.platform.sh/create-apps/web/custom-headers.html https://docs.upsun.com/create-apps/web/custom-headers.html
Current example uses .mp3 as the example file type but mp3 is already a known mime type in the nginx.conf
.mp3
[email protected]:~$ cat /etc/nginx/mime.types | grep mp3 audio/mpeg mp3;
Instead, let's use a file type that isn't known that might need to use the customer header to set the correct content-type (e.g. *.md)
*.md
I think we should also add links to this page from https://docs.upsun.com/create-apps/app-reference/single-runtime-image.html#locations and https://docs.upsun.com/create-apps/app-reference/composable-image.html#locations (and platform.sh equivalents) in the Description field for headers
headers
The text was updated successfully, but these errors were encountered:
gilzow
Successfully merging a pull request may close this issue.
Where on docs.platform.sh should be changed?
https://docs.platform.sh/create-apps/web/custom-headers.html
https://docs.upsun.com/create-apps/web/custom-headers.html
What exactly should be updated?
Current example uses
.mp3
as the example file type but mp3 is already a known mime type in the nginx.confInstead, let's use a file type that isn't known that might need to use the customer header to set the correct content-type (e.g.
*.md
)Additional context
I think we should also add links to this page from https://docs.upsun.com/create-apps/app-reference/single-runtime-image.html#locations and https://docs.upsun.com/create-apps/app-reference/composable-image.html#locations (and platform.sh equivalents) in the Description field for
headers
The text was updated successfully, but these errors were encountered: