From 1062e416f7cf1cc9dbcaa7ecac50b6dc2e3c1238 Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Tue, 16 Jun 2015 17:24:09 +0000 Subject: [PATCH] nginx does not work that way. --- roles/taiga/tasks/main.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/roles/taiga/tasks/main.yml b/roles/taiga/tasks/main.yml index 1e9d280505..fe47514350 100644 --- a/roles/taiga/tasks/main.yml +++ b/roles/taiga/tasks/main.yml @@ -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