FloeDesignTechnologies / ansible-nginx-drupal

Ansible role to configure Nginx for running Drupal using perusio's configuration
Apache License 2.0
22 stars 12 forks source link

aio variable name inconsistency #14

Closed zanami closed 8 years ago

zanami commented 9 years ago

in readme it's nginx_drupal_use_aio: Whether or not to use AIO to server video and audio file, defaults to true.

and in code it's {% if nginx_drupal_aio %} (see templates/apps/drupal/drupal.j2 )

zanami commented 9 years ago

also flv and mp4 should be false according to readme, but they are true actually