Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Pâquerette
Infrastructure
Ansible Pâquerette
Commits
a1025304
Commit
a1025304
authored
Aug 02, 2022
by
Julien Gomes Dias
Browse files
[fix] Clear php config
parent
ebc3020d
Changes
1
Hide whitespace changes
Inline
Side-by-side
roles/php7_fpm/tasks/configure_fpm.yml
View file @
a1025304
...
...
@@ -50,17 +50,7 @@
tags
:
-
confphpfpm
-
name
:
"
upload_max_filesize
to
{{
upload_max_filesize
}}
for
PHP{{
php_version
}}"
lineinfile
:
line
:
"
upload_max_filesize
=
{{
upload_max_filesize
}}"
regexp
:
"
^upload_max_filesize"
path
:
"
{{
php_ini_file
}}"
state
:
present
notify
:
reload php-fpm php7_fpm
tags
:
-
confphpfpm
-
name
:
"
max
children
pm.max_children
{{
php_pm_max_children
}}
for
PHP{{
php_version
}}"
-
name
:
"
pm.max_children
{{
php_pm_max_children
}}
for
PHP{{
php_version
}}"
lineinfile
:
line
:
"
pm.max_children
=
{{
php_pm_max_children
}}"
regexp
:
"
^pm
\\
.max_children"
...
...
@@ -109,4 +99,4 @@
state
:
present
notify
:
reload php-fpm php7_fpm
tags
:
-
confphpfpm
\ No newline at end of file
-
confphpfpm
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment