vhost file name
This commit is contained in:
parent
f191a60515
commit
e0244d52d9
@ -16,7 +16,7 @@
|
||||
- name: Create proxy container files
|
||||
copy:
|
||||
src: "{{ proxy_file }}"
|
||||
dest: "/home/{{ user.name }}/nginx/vhost.d/{{ proxy_file }}"
|
||||
dest: "/home/{{ user.name }}/nginx/vhost.d/{{ inventory_hostname }}"
|
||||
owner: "{{ user.name }}"
|
||||
group: "{{ user.name }}"
|
||||
with_items:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user