nginx variable name
This commit is contained in:
parent
1062d3422a
commit
020bed05de
@ -70,12 +70,12 @@
|
|||||||
proxy_set_header X-Forwarded-Proto $scheme;
|
proxy_set_header X-Forwarded-Proto $scheme;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
dest: "{{ nginx_config_mountpoint }}/wordpress.conf"
|
dest: "{{ nginx_mountpoint_config }}/wordpress.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