proxy files work
This commit is contained in:
parent
1d9f848b35
commit
3791c6978c
@ -6,7 +6,7 @@ services:
|
||||
ports:
|
||||
- "9000:9000"
|
||||
volumes:
|
||||
- /home/{{ user.name }}/webroot:/var/www/html
|
||||
- /home/{{ user.name }}/webroot:/var/www/public
|
||||
environment:
|
||||
- VIRTUAL_HOST={{ inventory_hostname | default('ansible_undefined_host') }}
|
||||
- VIRTUAL_PROTO=fastcgi
|
||||
|
||||
@ -1,2 +1 @@
|
||||
root /var/www/html;
|
||||
index index.php;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user