mirror of
https://github.com/iiab/iiab.git
synced 2025-02-12 19:22:24 +00:00
Explain apache_high_php_limits in local_vars.yml
This commit is contained in:
parent
23c56725b8
commit
fe05a157e2
1 changed files with 9 additions and 4 deletions
|
@ -125,12 +125,17 @@ pi_swap_file_size: 1024
|
|||
|
||||
# 3-BASE-SERVER
|
||||
|
||||
# See also Apache vars {default_language, language_priority} @ top of this file
|
||||
#
|
||||
# For schools that use WordPress/Nextcloud/Moodle intensively: iiab/iiab#1147
|
||||
apache_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/httpd/tasks/main.yml#L80-L84
|
||||
# ...ARE SUITABLE FOR YOUR HARDWARE IN /etc/php/<VERSION>/apache2/php.ini
|
||||
#
|
||||
# Make this False to disable http://box/common/services/power_off.php button:
|
||||
apache_allow_sudo: True
|
||||
# For schools that use WordPress/Nextcloud/Moodle intensively. iiab/iiab#1147
|
||||
# WARNING: Enabling this might cause excess use of RAM/disk or other resources!
|
||||
apache_high_php_limits: False
|
||||
# SEE ALSO VARIABLES NEAR TOP OF THIS FILE: default_language, language_priority
|
||||
|
||||
# roles/mysql runs here (mandatory)
|
||||
|
||||
|
|
Loading…
Reference in a new issue