diff --git a/roles/httpd/defaults/main.yml b/roles/httpd/defaults/main.yml index 845d7abeb..3bb677795 100644 --- a/roles/httpd/defaults/main.yml +++ b/roles/httpd/defaults/main.yml @@ -1,6 +1,9 @@ # Make this False to disable http://box/common/services/power_off.php button: -apache_allow_sudo: True +# 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 +# apache_high_php_limits: False + +# All above are set in: github.com/iiab/iiab/blob/master/vars/default_vars.yml +# If nec, change them by editing /etc/iiab/local_vars.yml prior to installing!