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 ad491f2 commit 0ed2f42Copy full SHA for 0ed2f42
1 file changed
manifests/fpm/pool.pp
@@ -143,8 +143,8 @@
143
String[1] $ping_response = 'pong',
144
Optional[Stdlib::Absolutepath] $access_log = undef,
145
String[1] $access_log_format = '"%R - %u %t \"%m %r\" %s"',
146
- Integer[0] $request_terminate_timeout = 0,
147
- Integer[0] $request_slowlog_timeout = 0,
+ Php::Duration $request_terminate_timeout = 0,
+ Php::Duration $request_slowlog_timeout = 0,
148
Array[String[1]] $security_limit_extensions = [],
149
Stdlib::Absolutepath $slowlog = "/var/log/php-fpm/${name}-slow.log",
150
String[1] $template = 'php/fpm/pool.conf.erb',
0 commit comments