diff options
author | Paweł Dybiec <pawel.to.malpa@gmail.com> | 2019-05-24 14:19:50 +0200 |
---|---|---|
committer | Paweł Dybiec <pawel.to.malpa@gmail.com> | 2019-05-24 14:19:50 +0200 |
commit | 7a29d3a31643639e62e2794585e29da0a761a78f (patch) | |
tree | ef33198b454785f8430fd92bc99a4a45cbbcbd36 | |
parent | Enable etags (diff) |
Fix paths in nginx conf
-rw-r--r-- | docker.yml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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}}" |