fixed nginx template file
This commit is contained in:
parent
92831ffb99
commit
33bccb3603
|
@ -47,7 +47,7 @@
|
|||
|
||||
- name: setup nginx reverse proxy from template
|
||||
template:
|
||||
src: templates/rocketchat/nginx.conf.j2
|
||||
src: templates/nginx.conf.j2
|
||||
dest: /home/{{ main_user }}/rocketchat/nginx/nginx.conf
|
||||
|
||||
- name: docker compose up
|
||||
|
|
Loading…
Reference in New Issue