Skip to content

Commit ad90585

Browse files
author
Till Brehm
committed
fixed: FS#3495 - PHP5-FPM listen.mode user not set in the pool script
1 parent 4f02ea6 commit ad90585

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/conf/php_fpm_pool.conf.master

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ listen.allowed_clients = 127.0.0.1
88
listen = <tmpl_var name='fpm_socket'>
99
listen.owner = <tmpl_var name='fpm_user'>
1010
listen.group = <tmpl_var name='fpm_group'>
11-
listen.mode = <tmpl_vare name='fpm_listen_mode'>
11+
listen.mode = <tmpl_var name='fpm_listen_mode'>
1212
</tmpl_if>
1313

1414
user = <tmpl_var name='fpm_user'>

0 commit comments

Comments
 (0)