Add nginx to the taiga group so it gets rights to read all the static stuff.

This commit is contained in:
Ralph Bean 2015-06-16 17:32:54 +00:00
parent 9dfd17824f
commit 035a13d11e

View file

@ -171,11 +171,16 @@
### DONE with taiga-front
### FINALLY, nginx to serve/proxy it all
- copy: src=taiga.nginx dest=/etc/nginx/conf.d/taiga
mode=0644 owner=nginx group=nginx
notify: restart nginx
tags: taiga
# 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=/etc/nginx/site-enabled/default state=absent
notify: restart nginx
tags: taiga