ansible-nginx-drupal
ansible-nginx-drupal copied to clipboard
Find a proper way to allow customization of configuration variable
I quickly exposed the value used for the client_max_body_size directive in the http context as a variable in https://github.com/Pheromone/ansible-nginx-drupal/commit/7d1eee48f082811d6e207c23ecd660e544c763a7
There is a lot of directives in the http context that one may want to change. But I'm not sure the generalization of the pattern using in 7d1eee48f082811d6e207c23ecd660e544c763a7 would be produce a usable/maintainable solution.