Nextcloud: Increase memory limits
This commit is contained in:
parent
200b79273f
commit
6668544a6f
1 changed files with 2 additions and 2 deletions
|
@ -9,8 +9,8 @@ nextcloud_dl_url: "https://download.nextcloud.com/server/releases/nextcloud-{{ l
|
|||
nextcloud_root: /data/nextcloud
|
||||
nextcloud_install_path: "{{ nextcloud_root }}/{{ item.name }}"
|
||||
nextcloud_config_file: "{{ nextcloud_install_path }}/config/config.php"
|
||||
nextcloud_php_memory_limit: 512M
|
||||
nextcloud_php_upload_limit: 512M
|
||||
nextcloud_php_memory_limit: 1G
|
||||
nextcloud_php_upload_limit: 1G
|
||||
nextcloud_trusted_domains: ['localhost', '{{ item.name }}']
|
||||
|
||||
redis_config_file: /etc/redis/redis.conf
|
||||
|
|
Loading…
Reference in a new issue