From dd273103e8b91d48f2aa86453022e1b6f3aa9e76 Mon Sep 17 00:00:00 2001 From: A Holt Date: Wed, 4 Sep 2019 18:03:50 -0400 Subject: [PATCH] apache_high_php_limits: True for Nextcloud too --- vars/local_vars_medium.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/vars/local_vars_medium.yml b/vars/local_vars_medium.yml index 32f7b7eab..2ad760148 100644 --- a/vars/local_vars_medium.yml +++ b/vars/local_vars_medium.yml @@ -127,7 +127,7 @@ pi_swap_file_size: 1024 # Make this False to disable http://box/common/services/power_off.php button: apache_allow_sudo: True -# For schools that use WordPress and/or Moodle intensively, see iiab/iiab #1147 +# For schools that use WordPress/Nextcloud/Moodle intensively. iiab/iiab#1147 # WARNING: Enabling this might cause excess use of RAM/disk or other resources! apache_high_php_limits: False # SEE ALSO VARIABLES NEAR TOP OF THIS FILE: default_language, language_priority @@ -221,6 +221,7 @@ nodered_install: False nodered_enabled: False # Store your docs, calendar, contacts & photos on your local server not cloud! +# If using WordPress intensively, set apache_high_php_limits in 3-BASE-SERVER nextcloud_install: True nextcloud_enabled: True nextcloud_allow_public_ips: False