Renamed native-nginx-docker-proxy to native-docker-reverse-proxy

This commit is contained in:
2021-01-04 09:49:02 +01:00
parent 226ef63ec7
commit 9c8fc52b8b
28 changed files with 27 additions and 25 deletions

View File

@@ -1,2 +1,2 @@
dependencies:
- native-nginx-docker-proxy
- native-docker-reverse-proxy

View File

@@ -5,7 +5,7 @@
- name: configure {{domain}}.conf
vars:
client_max_body_size: "2M"
template: src=roles/native-nginx-docker-proxy/templates/domain.conf.j2 dest=/etc/nginx/conf.d/{{domain}}.conf
template: src=roles/native-docker-reverse-proxy/templates/domain.conf.j2 dest=/etc/nginx/conf.d/{{domain}}.conf
notify: restart nginx
- name: "setup wordpress"