Merge branch 'main' into include_tasks

This commit is contained in:
meaz 2023-01-19 07:08:37 +00:00
commit ea280ab32d
2 changed files with 8 additions and 3 deletions

View File

@ -23,3 +23,8 @@
notify:
- Restart php-fpm
- Restart nginx
- name: '[CONFIGURE] - Set default php cli version'
alternatives:
name: 'php'
path: '/usr/bin/php{{ php_version }}'

View File

@ -335,12 +335,12 @@ pm.max_requests = {{ pool_pm_max_requests }}
; it can accept a strftime(3) format:
; %d/%b/%Y:%H:%M:%S %z (default)
; The strftime(3) format must be encapsulated in a %{<strftime_format>}t tag
; e.g. for a ISO8601 formatted timestring, use: %{%Y-%m-%dT%H:%M:%S%z}t
; e.g. for a ISO8601 formatted timestring, use: {% raw %} %{%Y-%m-%dT%H:%M:%S%z}t {% endraw %}
; %T: time the log has been written (the request has finished)
; it can accept a strftime(3) format:
; %d/%b/%Y:%H:%M:%S %z (default)
; The strftime(3) format must be encapsulated in a %{<strftime_format>}t tag
; e.g. for a ISO8601 formatted timestring, use: %{%Y-%m-%dT%H:%M:%S%z}t
; e.g. for a ISO8601 formatted timestring, use: {% raw %} %{%Y-%m-%dT%H:%M:%S%z}t }{% endraw %}
; %u: remote user
;
; Default: "%R - %u %t \"%m %r\" %s"
@ -464,4 +464,4 @@ env[TEMP] = /tmp
;php_flag[display_errors] = off
;php_admin_value[error_log] = /var/log/fpm-php.www.log
;php_admin_flag[log_errors] = on
;php_admin_value[memory_limit] = 32M
;php_admin_value[memory_limit] = 32M