jdauphant / ansible-role-nginx

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

Fix #196 put back the group on basic auth file #197

Closed talset closed 7 years ago

talset commented 7 years ago

group on basic auth file have been removed by the previous commit, but it imply the error open() "/etc/nginx/auth_basic/foo" failed (14: Permission denied)

Add it back in order to allow nginx to read the basif auth file

jdauphant commented 7 years ago

Thanks @talset