nextcloud tweaks - fastcgi, directories
This commit is contained in:
parent
19a3d182f8
commit
e497b8019e
@ -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:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user