ansible-nginx icon indicating copy to clipboard operation
ansible-nginx copied to clipboard

client_max_body_size configuration

Open thiras opened this issue 8 years ago • 1 comments

Hello,

It would be good if we could set client_max_body_size at the playbook.

Could be good idea to pull from php_max_upload_size for php type servers.

thiras avatar Oct 01 '17 20:10 thiras

You mean setting client_max_body_size for the entire server? Sounds good to me, should be esily doable.

Using the max upload size configuration from PHP would be a bit more tricky. They would probably have to be passed via Ansible local facts. I can look into this a bit later.

drybjed avatar Oct 02 '17 08:10 drybjed