jdauphant / ansible-role-nginx

Ansible role to install and manage nginx configuration
655 stars 302 forks source link

Fix typo in Readme about nginx default var #172

Closed KillianKemps closed 7 years ago

KillianKemps commented 7 years ago

The variable nginx_http_params_defaults was mispelled in the README. The real variable name, as declared in vars/main.yml is nginx_http_default_params.

jdauphant commented 7 years ago

@KillianKemps Thanks