We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d58f59b commit b044e53Copy full SHA for b044e53
defaults/main.yml
@@ -1,6 +1,7 @@
1
# -*- yaml -*-
2
3
php7_fix_pathinfo: 1
4
+php7_max_execution_time: 30
5
php7_memory_limit: 128M
6
php7_post_max_size: 40M
7
php7_upload_max_filesize: 20M
templates/php.ini.j2
@@ -453,7 +453,7 @@ expose_php = On
453
; Maximum execution time of each script, in seconds
454
; http://php.net/max-execution-time
455
; Note: This directive is hardcoded to 0 for the CLI SAPI
456
-max_execution_time = 30
+max_execution_time = {{ php7_max_execution_time }}
457
458
; Maximum amount of time each script may spend parsing request data. It's a good
459
; idea to limit this time on productions servers in order to eliminate unexpectedly
0 commit comments