nginx does not work that way.
This commit is contained in:
parent
d01364ec91
commit
1062e416f7
1 changed files with 1 additions and 5 deletions
|
@ -171,7 +171,7 @@
|
|||
### DONE with taiga-front
|
||||
|
||||
### FINALLY, nginx to serve/proxy it all
|
||||
- copy: src=taiga.nginx dest=/etc/nginx/sites-available/taiga
|
||||
- copy: src=taiga.nginx dest=/etc/nginx/conf.d/taiga
|
||||
mode=0644 owner=nginx group=nginx
|
||||
notify: restart nginx
|
||||
tags: taiga
|
||||
|
@ -180,9 +180,5 @@
|
|||
notify: restart nginx
|
||||
tags: taiga
|
||||
|
||||
- file: src=/etc/nginx/sites-available/taiga dest=/etc/nginx/site-enabled/taiga state=link
|
||||
notify: restart nginx
|
||||
tags: taiga
|
||||
|
||||
- service: name=nginx state=running enabled=yes
|
||||
tags: taiga
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue