Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Zvonimir
ISPConfig 3
Commits
ad90585f
Commit
ad90585f
authored
May 09, 2014
by
Till Brehm
Browse files
fixed: FS#3495 - PHP5-FPM listen.mode user not set in the pool script
parent
4f02ea65
Changes
1
Hide whitespace changes
Inline
Side-by-side
server/conf/php_fpm_pool.conf.master
View file @
ad90585f
...
...
@@ -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_var
e
name='fpm_listen_mode'>
listen.mode = <tmpl_var name='fpm_listen_mode'>
</tmpl_if>
user = <tmpl_var name='fpm_user'>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment