proxy files work

This commit is contained in:
Mike Holloway 2025-12-07 02:31:30 -05:00
parent 1d9f848b35
commit 3791c6978c
2 changed files with 1 additions and 2 deletions

View File

@ -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

View File

@ -1,2 +1 @@
root /var/www/html;
index index.php;