nextcloud tweaks - fastcgi, directories

This commit is contained in:
Mike Holloway 2025-11-30 20:53:00 -05:00
parent 19a3d182f8
commit e497b8019e

View File

@ -8,8 +8,9 @@ services:
ports:
- 9000:9000
env:
- VIRTUAL_PROTO: "http"
- VIRTUAL_PROTO: "fastcgi"
- VIRTUAL_HOST: "{{ inventory_hostname | default('ansible_undefined_fact') }}"
- VIRTUAL_ROOT: "/var/www/html/"
- LETSENCRYPT_HOST: "{{ inventory_hostname | default('ansible_undefined_fact') }}"
networks:
default: