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