fix nextcloud issue
This commit is contained in:
parent
c5d887f8a3
commit
c05fd720f7
@ -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
|
||||
|
@ -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:
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user