From 5b1738201f0edd90314b4ad363b1ef1bec72a055 Mon Sep 17 00:00:00 2001 From: A Holt Date: Wed, 4 Aug 2021 07:39:45 -0400 Subject: [PATCH] www_options/tasks/main.yml: Clarify nginx_high_php_limits --- roles/www_options/tasks/main.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/roles/www_options/tasks/main.yml b/roles/www_options/tasks/main.yml index 646b88b93..f450b2811 100644 --- a/roles/www_options/tasks/main.yml +++ b/roles/www_options/tasks/main.yml @@ -97,7 +97,8 @@ # /etc/php/{{ php_version }}/apache2/php.ini UNTIL MOODLE'S PORTED TO NGINX! # WARNING: This might cause excess use of RAM/disk or other resources! - # The 5 first values below were chosen by @ericnitschke and @kananigit in ~2018. + # The first 5 values below were chosen by @ericnitschke and @kananigit on + # 2018-09-19: https://github.com/iiab/iiab/issues/1147 - name: "Enact 'nginx_high_php_limits: True' in /etc/php/{{ php_version }}/fpm/php.ini for schools that use WordPress/Moodle/Nextcloud/PBX intensively (allow photos/docs up to 500MB, 300s timeouts, memory_limit = 512M for Nextcloud, max_input_vars = 5000 for Moodle)" lineinfile: path: /etc/php/{{ php_version }}/fpm/php.ini # COMPARE /etc/php/{{ php_version }}/cli/php.ini AND /etc/php/{{ php_version }}/apache2/php.ini