nginx does not work that way.

This commit is contained in:
Ralph Bean 2015-06-16 17:24:09 +00:00
parent d01364ec91
commit 1062e416f7

View file

@ -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