jdauphant / ansible-role-nginx

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

Fix directory user/group on FreeBSD #195

Closed tolbrino closed 7 years ago

jdauphant commented 7 years ago

Thanks for your help @tolbrino

I just discover what a mess we have with: nginx_user, nginx_group, nginx_log_user and nginx_log_group . Also on FreeBSD, this line will not work: https://github.com/jdauphant/ansible-role-nginx/blob/master/tasks/configuration.yml#L14 (removing line 13 and 14 should work, the permission of the folder should be applied)

tolbrino commented 7 years ago

Right, sounds reasonable. Do you want me to include that in this change?

jdauphant commented 7 years ago

Yes, thanks