fix nextcloud issue

This commit is contained in:
vincent 2020-09-21 20:30:41 +02:00
parent c5d887f8a3
commit c05fd720f7
3 changed files with 11 additions and 5 deletions

View File

@ -452,6 +452,8 @@ nextcloud_config_options: # additional options to set in config.php
value: "false"
- option: loglevel
value: "'2'"
- option: installed
value: "true"
samba_shares:
- name: hassconfig

View File

@ -17,9 +17,13 @@ nextcloud_config_options: # additional options to set in config.php
value: "false"
- option: loglevel
value: "'2'"
- option: installed
value: "true"
nginx_upstreams:
- name: PHP-handler
servers:
- unix:/var/run/php-fpm/php-fpm.sock
nginx_vhosts:
- listen: "80"
@ -149,5 +153,4 @@ nginx_vhosts:
}
}

View File

@ -18,7 +18,8 @@ nextcloud_config_options: # additional options to set in config.php
value: "false"
- option: loglevel
value: "'2'"
- option: installed
value: "true"
certbot_create_if_missing: false
nginx_upstreams: