ANXS / nginx

A fairly flexible and feature full Ansible role for the NGINX web server.
MIT License
151 stars 82 forks source link

a typo in default variable of nginx_source_modules_included #88

Open royaltm opened 8 years ago

royaltm commented 8 years ago

The name http_real_ip_module https://github.com/ANXS/nginx/blob/master/defaults/main.yml#L82 does not match with http_realip_module in tasks/modules.yml https://github.com/ANXS/nginx/blob/master/tasks/modules.yml#L31

solution:

in the file default/main.yml

replace

http_real_ip_module: "--with-http_realip_module"

with

http_realip_module: "--with-http_realip_module"