mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 03:32:12 +00:00
www_options/tasks/main.yml: Clarify nginx_high_php_limits
This commit is contained in:
parent
6e48003559
commit
5b1738201f
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue