about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPaweł Dybiec <pawel.to.malpa@gmail.com>2019-05-24 14:19:50 +0200
committerPaweł Dybiec <pawel.to.malpa@gmail.com>2019-05-24 14:19:50 +0200
commit7a29d3a31643639e62e2794585e29da0a761a78f (patch)
treeef33198b454785f8430fd92bc99a4a45cbbcbd36
parentEnable etags (diff)
Fix paths in nginx conf
-rw-r--r--docker.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker.yml b/docker.yml
index fa56589..02d2ef4 100644
--- a/docker.yml
+++ b/docker.yml
@@ -19,7 +19,7 @@
   - name: Generate nginx conf
     template:
       src: templates/nginx.conf.j2
-      dest: "{{docker_compose_dir}}/nginx/conf.d/{{item.value.name}}.conf"
+      dest: "{{docker_compose_dir}}/nginx/conf.d/{{item.key}}.conf"
     vars:
       server: "{{item.value}}"
     with_items: "{{domains | dict2items}}"