dd missing defaults
This commit is contained in:
parent
3c9c647984
commit
048a7833e8
1 changed files with 4 additions and 0 deletions
|
@ -11,6 +11,10 @@ nextcloud_install_path: "{{ nextcloud_root }}/{{ item.name }}"
|
|||
nextcloud_config_file: "{{ nextcloud_install_path }}/config/config.php"
|
||||
nextcloud_php_memory_limit: 1G
|
||||
nextcloud_php_upload_limit: 1G
|
||||
nextcloud_pm_max_children: 60
|
||||
nextcloud_pm_start_servers: 10
|
||||
nextcloud_pm_min_spare_servers: 10
|
||||
nextcloud_pm_max_spare_servers: 30
|
||||
nextcloud_webserver: Apache
|
||||
|
||||
redis_config_file: /etc/redis/redis.conf
|
||||
|
|
Loading…
Reference in a new issue