Update 'defaults/main.yml' #28

Merged
tpiccioli merged 1 commits from tpiccioli-patch-1 into master 2023-03-06 16:34:40 +01:00
1 changed files with 3 additions and 0 deletions

View File

@ -71,3 +71,6 @@ phpfpm_allow_url_fopen: '{{ wordpress_phpfpm_allow_url_fopen }}'
phpfpm_max_execution_time: '{{ wordpress_phpfpm_max_execution_time }}'
phpfpm_pools: '{{ wordpress_phpfpm_pool }}'
fcgi_buffers: 8
fcgi_buffers_size: "4k"
fcgi_buffer_size: "4k"