ansible-nginx
ansible-nginx copied to clipboard
client_max_body_size configuration
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.
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.