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).
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).