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
3666f36d7f
commit
15756e2211
1 changed files with 4 additions and 2 deletions
|
@ -15,7 +15,9 @@ This Ansible playbook was derived from an earlier ownCloud playbook thanks to [J
|
|||
|
||||
nextcloud_allow_public_ips: True
|
||||
|
||||
(3) Strongly consider setting `apache_high_php_limits: True` in the 3-BASE-SERVER section, 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/<VERSION>/apache2/php.ini:
|
||||
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, 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
|
||||
|
@ -23,7 +25,7 @@ This Ansible playbook was derived from an earlier ownCloud playbook thanks to [J
|
|||
- max_execution_time
|
||||
- max_input_time
|
||||
|
||||
Some thoughtful PHP recommendations (while largely tailored to WordPress!) can be found here: https://github.com/iiab/iiab/blob/master/roles/httpd/tasks/main.yml#L80-L84
|
||||
Useful PHP recommendations for these settings (while largely tailored to WordPress!) can be found in [/opt/iiab/iiab/roles/httpd/tasks/main.yml](https://github.com/iiab/iiab/blob/master/roles/httpd/tasks/main.yml#L80-L84)
|
||||
|
||||
### Using It
|
||||
|
||||
|
|
Loading…
Reference in a new issue