mirror of
https://github.com/iiab/iiab.git
synced 2025-02-12 19:22:24 +00:00
Update README.md
This commit is contained in:
parent
d3bde1b8a4
commit
89393d1b5b
1 changed files with 2 additions and 2 deletions
|
@ -11,13 +11,13 @@ This Ansible playbook was derived from an earlier ownCloud playbook thanks to [J
|
|||
nextcloud_install: True
|
||||
nextcloud_enabled: True
|
||||
|
||||
(2) If you want to access Nextcloud from public IPv4 addresses, then also set:
|
||||
(2) If you want to access Nextcloud from IPv4 addresses across the public Internet, then also set:
|
||||
|
||||
nextcloud_allow_public_ips: True
|
||||
|
||||
To further refine Nextcloud access controls based on IPv4 addresses, you can edit `/etc/apache2/sites-available/nextcloud.conf` after it's created by template [/opt/iiab/iiab/roles/nextcloud/templates/nextcloud.conf.j2](https://github.com/iiab/iiab/blob/master/roles/nextcloud/templates/nextcloud.conf.j2)
|
||||
|
||||
(3) Strongly consider setting `apache_high_php_limits: True` in the 3-BASE-SERVER section of /etc/iiab/local_vars.yml, to allocate important RAM/resources to PHP. Of course, enabling this might cause excess use of RAM/disk or other resources if not calibrated to your hardware! So after install is complete, verify and evaluate these 5 settings in /etc/php/[ACTUAL PHP VERSION]/apache2/php.ini:
|
||||
(3) Strongly consider also setting `apache_high_php_limits: True` in the 3-BASE-SERVER section of /etc/iiab/local_vars.yml, to allocate important RAM/resources to PHP. Of course, enabling this might cause excess use of RAM/disk or other resources if not calibrated to your hardware! So after install is complete, verify and evaluate these 5 settings in /etc/php/[ACTUAL PHP VERSION]/apache2/php.ini:
|
||||
|
||||
- upload_max_filesize
|
||||
- post_max_size
|
||||
|
|
Loading…
Reference in a new issue