diff --git a/bin/vhost-gen b/bin/vhost-gen index 6cdba16..10bae4c 100755 --- a/bin/vhost-gen +++ b/bin/vhost-gen @@ -854,7 +854,7 @@ def get_vhost_ssl( "__INDEX__": vhost_get_index(config, verbose), "__ACCESS_LOG__": vhost_get_access_log(config, server_name + "_ssl"), "__ERROR_LOG__": vhost_get_error_log(config, server_name + "_ssl"), - "__PHP_FPM__": str_indent(vhost_get_php_fpm(config, tpl, docroot, proxy), 4), + "__PHP_FPM__": str_indent(vhost_get_php_fpm(config, tpl, docroot, proxy, verbose), 4), "__ALIASES__": str_indent(vhost_get_aliases(config, tpl, verbose), 4), "__DENIES__": str_indent(vhost_get_denies(config, tpl, verbose), 4), "__SERVER_STATUS__": str_indent(vhost_get_server_status(config, tpl, verbose), 4),