update nginx variable
This commit is contained in:
parent
003e1c0cd4
commit
e98bf3f3f2
@ -75,12 +75,12 @@
|
|||||||
proxy_pass http://{{ wordpress_container }};
|
proxy_pass http://{{ wordpress_container }};
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
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