Skip to content
Snippets Groups Projects
Commit ad90585f authored by Till Brehm's avatar Till Brehm
Browse files

fixed: FS#3495 - PHP5-FPM listen.mode user not set in the pool script

parent 4f02ea65
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@ listen.allowed_clients = 127.0.0.1
listen = <tmpl_var name='fpm_socket'>
listen.owner = <tmpl_var name='fpm_user'>
listen.group = <tmpl_var name='fpm_group'>
listen.mode = <tmpl_vare name='fpm_listen_mode'>
listen.mode = <tmpl_var name='fpm_listen_mode'>
</tmpl_if>
user = <tmpl_var name='fpm_user'>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment