forked from mauro/ansible-role-nextcloud-docker
fix 5
This commit is contained in:
@@ -64,7 +64,7 @@
|
||||
listen 443 ssl;
|
||||
server_name {{ wordpress_domain }};
|
||||
location {{ wordpress_web_root }} {
|
||||
proxy_set_header Host $http_host;
|
||||
proxy_set_header Host $host;
|
||||
proxy_pass http://{{ wordpress_container }};
|
||||
}
|
||||
}
|
||||
@@ -73,7 +73,7 @@
|
||||
|
||||
- name: restart frontend
|
||||
docker_container:
|
||||
name: "{{ nginx_container }}"
|
||||
name: "{{ nginx_container_name }}"
|
||||
restart: yes
|
||||
when: ngconf is changed
|
||||
|
||||
|
||||
Reference in New Issue
Block a user