mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 03:32:12 +00:00
moodle/tasks/install.yml: Clarif that nginx_high_php_limits auto-kicks in (when: moodle_install)
This commit is contained in:
parent
107cc172c0
commit
d72900908e
1 changed files with 7 additions and 0 deletions
|
@ -1,3 +1,10 @@
|
||||||
|
# 2021-05-22: FYI nginx_high_php_limits is effectively now auto-enabled by
|
||||||
|
# www_options/tasks/main.yml#L81-L94 (as required by Moodle 3.11 with PHP 8) IF
|
||||||
|
# 'moodle_install: True'. Happens at the end of 4-server-options/tasks/main.yml
|
||||||
|
# See the 6 settings in /etc/php/{{ php_version }}/fpm/php.ini -- which Moodle
|
||||||
|
# should take advantage of soon, as it transitions from Apache to Moodle: #2785
|
||||||
|
|
||||||
|
|
||||||
- name: "Set 'apache_install: True' and 'apache_enabled: True'"
|
- name: "Set 'apache_install: True' and 'apache_enabled: True'"
|
||||||
set_fact:
|
set_fact:
|
||||||
apache_install: True
|
apache_install: True
|
||||||
|
|
Loading…
Reference in a new issue