mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 11:42:08 +00:00
apache_high_php_limits: True for Nextcloud too
This commit is contained in:
parent
dd273103e8
commit
05a542679b
1 changed files with 2 additions and 1 deletions
|
@ -127,7 +127,7 @@ pi_swap_file_size: 1024
|
||||||
|
|
||||||
# Make this False to disable http://box/common/services/power_off.php button:
|
# Make this False to disable http://box/common/services/power_off.php button:
|
||||||
apache_allow_sudo: True
|
apache_allow_sudo: True
|
||||||
# For schools that use WordPress and/or Moodle intensively, see iiab/iiab #1147
|
# For schools that use WordPress/Nextcloud/Moodle intensively. iiab/iiab#1147
|
||||||
# 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!
|
||||||
apache_high_php_limits: False
|
apache_high_php_limits: False
|
||||||
# SEE ALSO VARIABLES NEAR TOP OF THIS FILE: default_language, language_priority
|
# SEE ALSO VARIABLES NEAR TOP OF THIS FILE: default_language, language_priority
|
||||||
|
@ -221,6 +221,7 @@ nodered_install: False
|
||||||
nodered_enabled: False
|
nodered_enabled: False
|
||||||
|
|
||||||
# Store your docs, calendar, contacts & photos on your local server not cloud!
|
# Store your docs, calendar, contacts & photos on your local server not cloud!
|
||||||
|
# If using WordPress intensively, set apache_high_php_limits in 3-BASE-SERVER
|
||||||
nextcloud_install: False
|
nextcloud_install: False
|
||||||
nextcloud_enabled: False
|
nextcloud_enabled: False
|
||||||
nextcloud_allow_public_ips: False
|
nextcloud_allow_public_ips: False
|
||||||
|
|
Loading…
Reference in a new issue