From ed73b0bc2e1b1d2278f81f8785e8a3e274779233 Mon Sep 17 00:00:00 2001 From: Mauro Torrez Date: Wed, 28 Aug 2019 18:34:57 -0300 Subject: [PATCH] arreglo nombre --- tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/main.yml b/tasks/main.yml index 534ca09..b5bafe0 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_volume }}/nextcloud.conf" + dest: "{{ nginx_location_mountpoint }}/nextcloud.conf" register: ngconf - name: restart frontend