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