arreglo nombre

This commit is contained in:
Mauro Torrez 2019-08-28 18:34:57 -03:00
parent f04a93096a
commit ed73b0bc2e

View File

@ -95,7 +95,7 @@
proxy_set_header X-Forwarded-Proto $scheme; proxy_set_header X-Forwarded-Proto $scheme;
proxy_pass http://{{ nextcloud_container }}; proxy_pass http://{{ nextcloud_container }};
} }
dest: "{{ nginx_location_volume }}/nextcloud.conf" dest: "{{ nginx_location_mountpoint }}/nextcloud.conf"
register: ngconf register: ngconf
- name: restart frontend - name: restart frontend