Skip to content

Fix CORS_HEADER_403_CONTENT_TYPE mismatch in Dockerfile-alpine#419

Open
Copilot wants to merge 3 commits intomainfrom
copilot/fix-cors-header-403-content-type
Open

Fix CORS_HEADER_403_CONTENT_TYPE mismatch in Dockerfile-alpine#419
Copilot wants to merge 3 commits intomainfrom
copilot/fix-cors-header-403-content-type

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Apr 27, 2026

nginx/Dockerfile-alpine had CORS_HEADER_403_CONTENT_TYPE set to "text/plain" while nginx/Dockerfile and the README both document the default as "text/html", causing inconsistent behavior between image variants.

Change

  • nginx/Dockerfile-alpine: corrected CORS_HEADER_403_CONTENT_TYPE default from "text/plain""text/html" to match the main Dockerfile and README.

Copilot AI changed the title [WIP] Fix mismatch between CORS_HEADER_403_CONTENT_TYPE in Dockerfile and README Fix CORS_HEADER_403_CONTENT_TYPE mismatch in Dockerfile-alpine Apr 27, 2026
Copilot AI requested a review from fzipi April 27, 2026 22:44
@fzipi fzipi marked this pull request as ready for review April 28, 2026 11:53
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.

Mismatch between CORS_HEADER_403_CONTENT_TYPE in ALPINE Dockerfile and README documentation

2 participants