This repository has been archived by the owner on Apr 17, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow customisation of the nginx proxy_buffer_size directive via Conf…
…igMap
- Loading branch information
Vy-Shane Xie
committed
Sep 15, 2016
1 parent
c694368
commit 5db386b
Showing
3 changed files
with
10 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5db386b
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.
This is a greatly needed addition thank you @vyshane however I think if you set the
proxy_buffer_size
larger that you'll get the dreaded"proxy_busy_buffers_size" must be less than the size of all "proxy_buffers" minus one buffer
error.Maybe the easiest way is to have a matching
proxy_buffers
setting?