mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Cleanup of PHP 7.x & 8.0 dependencies
This commit is contained in:
parent
1493005d63
commit
468836d51e
14 changed files with 102 additions and 77 deletions
|
|
@ -54,7 +54,7 @@
|
|||
|
||||
- block: # 3-STANZA BLOCK BEGINS
|
||||
|
||||
# FYI roles/nginx has already installed package php-fpm, in 3-base-server
|
||||
# roles/nginx has installed pkg 'php{{ php_version }}-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, with 2 PHP system defaults: memory_limit = 128M, max_input_vars = 1000)"
|
||||
lineinfile:
|
||||
|
|
@ -95,7 +95,7 @@
|
|||
|
||||
- name: Restart 'php{{ php_version }}-fpm' systemd service
|
||||
systemd:
|
||||
name: "php{{ php_version }}-fpm"
|
||||
name: php{{ php_version }}-fpm
|
||||
state: restarted
|
||||
|
||||
when: moodle_install or nextcloud_install or pbx_install or wordpress_install # 3-STANZA BLOCK ENDS
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue