-
Notifications
You must be signed in to change notification settings - Fork 2
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
[FEATURE] Template proxy buffer vars in nginx.conf #114
Labels
Comments
frantsao
pushed a commit
that referenced
this issue
Oct 26, 2022
Merged
frantsao
pushed a commit
that referenced
this issue
Oct 27, 2022
…re safer in general, but suboptimal (see Nginx documentation)
frantsao
pushed a commit
that referenced
this issue
Oct 27, 2022
… to luajit_ because naming compliance (BREAKING)
frantsao
pushed a commit
that referenced
this issue
Nov 2, 2022
frantsao
pushed a commit
that referenced
this issue
Nov 2, 2022
Merged
frantsao
pushed a commit
that referenced
this issue
Nov 2, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
In order to improve the changes added because #62 we need to put in vars the parameters:
proxy buffering
proxy_buffers
proxy_buffer_size
proxy_busy_buffers_size
Why is this needed?
We could override the entire nginx.conf template in playbooks, but these parameters are changed often.
Additional Information
We will try to do not a breaking change (i.e. if there are no changes in playbook, ansible will put the same default values).
The text was updated successfully, but these errors were encountered: