2023-12-06 16:29:34 +01:00
|
|
|
- name: configure {{domain}}.conf
|
|
|
|
template:
|
|
|
|
src: "roles/nginx-docker-reverse-proxy/templates/domain.conf.j2"
|
2025-01-31 13:14:07 +01:00
|
|
|
dest: "{{nginx.directories.http.servers}}{{domain}}.conf"
|
2023-12-06 16:29:34 +01:00
|
|
|
notify: restart nginx
|