change nginx variable names

This commit is contained in:
Mauro Torrez 2019-10-01 10:56:44 -03:00
parent 55b09c0b44
commit 8354403c41

View File

@ -95,12 +95,12 @@
proxy_set_header X-Forwarded-Proto $scheme;
proxy_pass http://{{ nextcloud_container }}:9000;
}
dest: "{{ nginx_location_mountpoint }}/nextcloud.conf"
dest: "{{ nginx_mountpoint_location }}/nextcloud.conf"
register: ngconf
- name: restart frontend
docker_container:
name: "{{ nginx_container_name }}"
name: "{{ nginx_container }}"
restart: yes
when: ngconf is changed