mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Fix explanations in default_vars & local_vars
This commit is contained in:
parent
5f63941127
commit
0f1e4ba5c2
4 changed files with 5 additions and 5 deletions
|
@ -251,11 +251,11 @@ nginx_interface: 0.0.0.0
|
||||||
nginx_conf_dir: /etc/nginx/conf.d
|
nginx_conf_dir: /etc/nginx/conf.d
|
||||||
nginx_log_dir: /var/log/nginx
|
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
|
nginx_high_php_limits: False
|
||||||
# WARNING: Enabling this might cause excess use of RAM/disk or other resources!
|
# WARNING: Enabling this might cause excess use of RAM/disk or other resources!
|
||||||
# SO AFTER INSTALLING IIAB, VERIFY THAT THESE 5 SETTINGS...
|
# 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/<VERSION>/fpm/php.ini
|
# ...ARE SUITABLE FOR YOUR HARDWARE, for: /etc/php/<VERSION>/fpm/php.ini
|
||||||
|
|
||||||
# See also Apache vars {default_language, language_priority} @ top of this file
|
# See also Apache vars {default_language, language_priority} @ top of this file
|
||||||
|
|
|
@ -138,7 +138,7 @@ pi_swap_file_size: 1024
|
||||||
|
|
||||||
# roles/mysql runs here (mandatory)
|
# 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
|
nginx_high_php_limits: False
|
||||||
# WARNING: Enabling this might cause excess use of RAM/disk or other resources!
|
# WARNING: Enabling this might cause excess use of RAM/disk or other resources!
|
||||||
# SO AFTER INSTALLING IIAB, VERIFY THAT THESE 5 SETTINGS...
|
# SO AFTER INSTALLING IIAB, VERIFY THAT THESE 5 SETTINGS...
|
||||||
|
|
|
@ -138,7 +138,7 @@ pi_swap_file_size: 1024
|
||||||
|
|
||||||
# roles/mysql runs here (mandatory)
|
# 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
|
nginx_high_php_limits: False
|
||||||
# WARNING: Enabling this might cause excess use of RAM/disk or other resources!
|
# WARNING: Enabling this might cause excess use of RAM/disk or other resources!
|
||||||
# SO AFTER INSTALLING IIAB, VERIFY THAT THESE 5 SETTINGS...
|
# SO AFTER INSTALLING IIAB, VERIFY THAT THESE 5 SETTINGS...
|
||||||
|
|
|
@ -138,7 +138,7 @@ pi_swap_file_size: 1024
|
||||||
|
|
||||||
# roles/mysql runs here (mandatory)
|
# 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
|
nginx_high_php_limits: False
|
||||||
# WARNING: Enabling this might cause excess use of RAM/disk or other resources!
|
# WARNING: Enabling this might cause excess use of RAM/disk or other resources!
|
||||||
# SO AFTER INSTALLING IIAB, VERIFY THAT THESE 5 SETTINGS...
|
# SO AFTER INSTALLING IIAB, VERIFY THAT THESE 5 SETTINGS...
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue