nextcloud tweaks - fastcgi, directories
This commit is contained in:
parent
19a3d182f8
commit
e497b8019e
@ -8,8 +8,9 @@ services:
|
|||||||
ports:
|
ports:
|
||||||
- 9000:9000
|
- 9000:9000
|
||||||
env:
|
env:
|
||||||
- VIRTUAL_PROTO: "http"
|
- VIRTUAL_PROTO: "fastcgi"
|
||||||
- VIRTUAL_HOST: "{{ inventory_hostname | default('ansible_undefined_fact') }}"
|
- VIRTUAL_HOST: "{{ inventory_hostname | default('ansible_undefined_fact') }}"
|
||||||
|
- VIRTUAL_ROOT: "/var/www/html/"
|
||||||
- LETSENCRYPT_HOST: "{{ inventory_hostname | default('ansible_undefined_fact') }}"
|
- LETSENCRYPT_HOST: "{{ inventory_hostname | default('ansible_undefined_fact') }}"
|
||||||
networks:
|
networks:
|
||||||
default:
|
default:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user