Add nginx to the taiga group so it gets rights to read all the static stuff.
This commit is contained in:
parent
9dfd17824f
commit
035a13d11e
1 changed files with 5 additions and 0 deletions
|
@ -171,11 +171,16 @@
|
||||||
### DONE with taiga-front
|
### DONE with taiga-front
|
||||||
|
|
||||||
### FINALLY, nginx to serve/proxy it all
|
### FINALLY, nginx to serve/proxy it all
|
||||||
|
|
||||||
- copy: src=taiga.nginx dest=/etc/nginx/conf.d/taiga
|
- copy: src=taiga.nginx dest=/etc/nginx/conf.d/taiga
|
||||||
mode=0644 owner=nginx group=nginx
|
mode=0644 owner=nginx group=nginx
|
||||||
notify: restart nginx
|
notify: restart nginx
|
||||||
tags: taiga
|
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
|
- file: dest=/etc/nginx/site-enabled/default state=absent
|
||||||
notify: restart nginx
|
notify: restart nginx
|
||||||
tags: taiga
|
tags: taiga
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue