nginx variable name
This commit is contained in:
parent
1062d3422a
commit
020bed05de
@ -70,12 +70,12 @@
|
||||
proxy_set_header X-Forwarded-Proto $scheme;
|
||||
}
|
||||
}
|
||||
dest: "{{ nginx_config_mountpoint }}/wordpress.conf"
|
||||
dest: "{{ nginx_mountpoint_config }}/wordpress.conf"
|
||||
register: ngconf
|
||||
|
||||
- name: restart frontend
|
||||
docker_container:
|
||||
name: "{{ nginx_container_name }}"
|
||||
name: "{{ nginx_container }}"
|
||||
restart: yes
|
||||
when: ngconf is changed
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user