mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-28 04:22:18 +08:00
Add nginx to the taiga group so it gets rights to read all the static stuff.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user