From 39f453daf066c6d02827092d50c07d3b32397142 Mon Sep 17 00:00:00 2001 From: A Holt Date: Wed, 7 Nov 2018 14:14:51 -0500 Subject: [PATCH] Update main.yml --- roles/httpd/defaults/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/httpd/defaults/main.yml b/roles/httpd/defaults/main.yml index 306e715b6..845d7abeb 100644 --- a/roles/httpd/defaults/main.yml +++ b/roles/httpd/defaults/main.yml @@ -2,5 +2,5 @@ apache_allow_sudo: True # 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? +# WARNING: Enabling this might cause excess use of RAM/disk or other resources! apache_high_php_limits: False