change nginx variable names
This commit is contained in:
parent
55b09c0b44
commit
8354403c41
@ -95,12 +95,12 @@
|
|||||||
proxy_set_header X-Forwarded-Proto $scheme;
|
proxy_set_header X-Forwarded-Proto $scheme;
|
||||||
proxy_pass http://{{ nextcloud_container }}:9000;
|
proxy_pass http://{{ nextcloud_container }}:9000;
|
||||||
}
|
}
|
||||||
dest: "{{ nginx_location_mountpoint }}/nextcloud.conf"
|
dest: "{{ nginx_mountpoint_location }}/nextcloud.conf"
|
||||||
register: ngconf
|
register: ngconf
|
||||||
|
|
||||||
- name: restart frontend
|
- name: restart frontend
|
||||||
docker_container:
|
docker_container:
|
||||||
name: "{{ nginx_container_name }}"
|
name: "{{ nginx_container }}"
|
||||||
restart: yes
|
restart: yes
|
||||||
when: ngconf is changed
|
when: ngconf is changed
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user