From d85d6af70622e29638937034f7ea2e684f2dc53e Mon Sep 17 00:00:00 2001 From: A Holt Date: Wed, 4 Sep 2019 18:04:00 -0400 Subject: [PATCH] apache_high_php_limits: True for Nextcloud too --- vars/default_vars.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/vars/default_vars.yml b/vars/default_vars.yml index 435e0a989..48dd30269 100644 --- a/vars/default_vars.yml +++ b/vars/default_vars.yml @@ -222,7 +222,7 @@ exFAT_enabled: True # 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 @@ -345,6 +345,7 @@ nodered_port: 1880 nodered_web_path: nodered # 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: False nextcloud_enabled: False nextcloud_allow_public_ips: False