mirror of
https://github.com/iiab/iiab.git
synced 2025-02-15 04:32:11 +00:00
www_options/tasks/main.yml: Clarif 'nginx_high_php_limits: False'
This commit is contained in:
parent
94c7b63ee5
commit
adcfbbc47b
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@
|
|||
|
||||
# FYI roles/nginx has already installed package php-fpm, in 3-base-server
|
||||
|
||||
- name: "Enact 'nginx_high_php_limits: False' in /etc/php/{{ php_version }}/fpm/php.ini for lightweight use of WordPress/Nextcloud/PBX (allow photos/docs up to 100MB, 100s timeouts, BUT preserve 2 PHP system defaults: memory_limit = 128M, max_input_vars = 1000)"
|
||||
- name: "Enact 'nginx_high_php_limits: False' in /etc/php/{{ php_version }}/fpm/php.ini for lightweight use of WordPress/Nextcloud/PBX (allow photos/docs up to 100MB, 100s timeouts, with 2 PHP system defaults: memory_limit = 128M, max_input_vars = 1000)"
|
||||
lineinfile:
|
||||
path: "/etc/php/{{ php_version }}/fpm/php.ini"
|
||||
#path: "/etc/php/{{ php_version }}/{{ apache_service }}/php.ini"
|
||||
|
|
Loading…
Reference in a new issue