-
Notifications
You must be signed in to change notification settings - Fork 974
[OPIK-2307] [FE] increase nginx buffers for docker-compose install #3123
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
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR increases nginx buffer sizes in the docker-compose deployment configuration to handle larger client headers, addressing potential issues with requests that have large headers being rejected or truncated.
Key Changes
- Adds nginx buffer configuration directives to handle larger client headers
- Configures both standard and large header buffer sizes for improved request handling
📋 PR Linter Failed❌ Invalid Title Format. Your PR title must include a ticket/issue number and at least one component tag (
Example: ❌ Missing Section. The description is missing the ❌ Missing Section. The description is missing the ❌ Missing Section. The description is missing the ❌ Missing Section. The description is missing the ❌ Missing Section. The description is missing the |
1 similar comment
📋 PR Linter Failed❌ Invalid Title Format. Your PR title must include a ticket/issue number and at least one component tag (
Example: ❌ Missing Section. The description is missing the ❌ Missing Section. The description is missing the ❌ Missing Section. The description is missing the ❌ Missing Section. The description is missing the ❌ Missing Section. The description is missing the |
📋 PR Linter Failed❌ Missing Section. The description is missing the ❌ Missing Section. The description is missing the ❌ Missing Section. The description is missing the ❌ Missing Section. The description is missing the ❌ Missing Section. The description is missing the |
📋 PR Linter Failed❌ Incomplete Details Section. The ❌ Incomplete Issues Section. You must reference at least one GitHub issue ( |
Details
increase nginx buffers for large headers
Change checklist
Issues
Testing
Documentation