From f04a93096a28a36431150e248061a6d58eedfe99 Mon Sep 17 00:00:00 2001 From: Mauro Torrez Date: Wed, 28 Aug 2019 18:32:26 -0300 Subject: [PATCH] corrijo error --- tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/main.yml b/tasks/main.yml index 184521d..534ca09 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -95,7 +95,7 @@ proxy_set_header X-Forwarded-Proto $scheme; proxy_pass http://{{ nextcloud_container }}; } - dest: "{{ nginx_location }}/nextcloud.conf" + dest: "{{ nginx_location_volume }}/nextcloud.conf" register: ngconf - name: restart frontend