From 0f1e4ba5c243de4312afff5210d7c66f80a2d863 Mon Sep 17 00:00:00 2001 From: root Date: Sun, 8 Mar 2020 15:34:21 -0400 Subject: [PATCH] Fix explanations in default_vars & local_vars --- vars/default_vars.yml | 4 ++-- vars/local_vars_big.yml | 2 +- vars/local_vars_medium.yml | 2 +- vars/local_vars_min.yml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/vars/default_vars.yml b/vars/default_vars.yml index caae23354..4dcd53977 100644 --- a/vars/default_vars.yml +++ b/vars/default_vars.yml @@ -251,11 +251,11 @@ nginx_interface: 0.0.0.0 nginx_conf_dir: /etc/nginx/conf.d nginx_log_dir: /var/log/nginx # -# For schools that use WordPress/Nextcloud/Moodle intensively: +# For schools that use WordPress/Nextcloud/Moodle/PBX intensively: nginx_high_php_limits: False # WARNING: Enabling this might cause excess use of RAM/disk or other resources! # SO AFTER INSTALLING IIAB, VERIFY THAT THESE 5 SETTINGS... -# https://github.com/iiab/iiab/blob/master/roles/www_base/tasks/main.yml#L23-L27 +# https://github.com/iiab/iiab/blob/master/roles/www_options/tasks/main.yml#L64-L68 # ...ARE SUITABLE FOR YOUR HARDWARE, for: /etc/php//fpm/php.ini # See also Apache vars {default_language, language_priority} @ top of this file diff --git a/vars/local_vars_big.yml b/vars/local_vars_big.yml index cc285bb4e..63fc6d617 100644 --- a/vars/local_vars_big.yml +++ b/vars/local_vars_big.yml @@ -138,7 +138,7 @@ pi_swap_file_size: 1024 # roles/mysql runs here (mandatory) -# For schools that use WordPress/Nextcloud/Moodle intensively: +# For schools that use WordPress/Nextcloud/Moodle/PBX intensively: nginx_high_php_limits: False # WARNING: Enabling this might cause excess use of RAM/disk or other resources! # SO AFTER INSTALLING IIAB, VERIFY THAT THESE 5 SETTINGS... diff --git a/vars/local_vars_medium.yml b/vars/local_vars_medium.yml index 00b6e4001..40c5d6378 100644 --- a/vars/local_vars_medium.yml +++ b/vars/local_vars_medium.yml @@ -138,7 +138,7 @@ pi_swap_file_size: 1024 # roles/mysql runs here (mandatory) -# For schools that use WordPress/Nextcloud/Moodle intensively: +# For schools that use WordPress/Nextcloud/Moodle/PBX intensively: nginx_high_php_limits: False # WARNING: Enabling this might cause excess use of RAM/disk or other resources! # SO AFTER INSTALLING IIAB, VERIFY THAT THESE 5 SETTINGS... diff --git a/vars/local_vars_min.yml b/vars/local_vars_min.yml index 93fe42782..f83ce1efc 100644 --- a/vars/local_vars_min.yml +++ b/vars/local_vars_min.yml @@ -138,7 +138,7 @@ pi_swap_file_size: 1024 # roles/mysql runs here (mandatory) -# For schools that use WordPress/Nextcloud/Moodle intensively: +# For schools that use WordPress/Nextcloud/Moodle/PBX intensively: nginx_high_php_limits: False # WARNING: Enabling this might cause excess use of RAM/disk or other resources! # SO AFTER INSTALLING IIAB, VERIFY THAT THESE 5 SETTINGS...