This commit is contained in:
Alex Kotov 2021-09-20 09:38:05 +05:00
parent 28b48240f2
commit 72215de265
Signed by: kotovalexarian
GPG Key ID: 553C0EBBEB5D5F08
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@
- name: Add Nginx upstreams
notify: nginx | Restart Nginx
template:
src: 'templates/nginx/upstream.conf'
src: 'templates/upstream.conf'
dest: '{{ nginx__confd_dir }}/upstream-{{ item.name }}.conf'
mode: 'u=rw,go=r'
owner: root