jdauphant / ansible-role-nginx

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

Fix CVE-2016-1247 vol2 #184

Closed teadur closed 7 years ago

teadur commented 7 years ago

Using the solution suggested in #174

Now on Debian log directory has correct permissions and shouldnot brake any other distros. I think everything in /etc/nginx should be owned by root group rather then nginx_group, why should webscripts group own something in /etc/nginx ?

jdauphant commented 7 years ago

Thanks for your help @teadur