Make sure the taiga group can stat up in there.

This commit is contained in:
Ralph Bean 2015-06-16 17:36:49 +00:00
parent 035a13d11e
commit 906a5923a6

View file

@ -180,6 +180,8 @@
# Add nginx to the taiga group so it gets rights to read all our static stuff
- user: name=nginx groups=taiga append=yes
tags: taiga
- file: dest=/home/taiga mode=0750
tags: taiga
- file: dest=/etc/nginx/site-enabled/default state=absent
notify: restart nginx