vhost options

This commit is contained in:
Mike Holloway 2025-12-07 00:51:25 -05:00
parent 19f6fdab58
commit 5ac39bbcc8
2 changed files with 2 additions and 1 deletions

View File

@ -10,7 +10,6 @@ services:
- /home/{{ user.name }}/nginx/vhost.d:/etc/nginx/vhost.d
environment:
- VIRTUAL_HOST="{{ inventory_hostname | default('ansible_undefined_host') }}"
- VIRTUAL_ROOT="/var/www/html"
- NEXTCLOUD_ADMIN_USER="admin"
- POSTGRES_DATABASE=nextcloud
- POSTGRES_HOST=db:5432

View File

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