diff --git a/roles/httpd/defaults/main.yml b/roles/httpd/defaults/main.yml new file mode 100644 index 000000000..7cb58c931 --- /dev/null +++ b/roles/httpd/defaults/main.yml @@ -0,0 +1,3 @@ +# For schools that use WordPress and/or Moodle intensively. See iiab/iiab #1147 +# WARNING: Enabling this (might) cause excess use of RAM or other resources? +apache_raise_php_limits: False