ansible-nginx-drupal
ansible-nginx-drupal copied to clipboard
Ansible role to configure Nginx for running Drupal using perusio's configuration
SSLv3 should be disabled by default.
A new **nginx_drupal_user** variable has been added to configure the user directive in nginx.conf. Default value is www-data.
Hey! congrats for the work! I'm currently working in a Drupal Juju charm, but! and using the Perusio configs, and I already was considering a CM for doing that, currently...
The `drupal.j2` configuration doesn't work with Drupal 6 out of the box, mainly because it requires leading slashes to be stripped. For example, see https://github.com/perusio/drupal-with-nginx/blob/D6/apps/drupal/drupal6.conf#L226
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...