nginx-proxy index parameter via vhosts file
This commit is contained in:
parent
7e5cbe02e4
commit
ed85221e34
1
files/nginx-vhost.conf
Normal file
1
files/nginx-vhost.conf
Normal file
@ -0,0 +1 @@
|
||||
index index.php;
|
||||
@ -28,6 +28,13 @@
|
||||
owner: "100999"
|
||||
group: "100999"
|
||||
|
||||
- name: Create NGINX vhost file
|
||||
copy:
|
||||
src: "nginx-vhost.conf"
|
||||
dest: "/home/{{ user.name }}/nginx/vhost.d"
|
||||
owner: "100999"
|
||||
group: "100999"
|
||||
|
||||
- name: Create Compose File
|
||||
template:
|
||||
src: "docker-compose.yml.j2"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user