Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
lolo888
ISPConfig 3
Commits
ad90585f
Commit
ad90585f
authored
May 09, 2014
by
Till Brehm
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
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
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
server/conf/php_fpm_pool.conf.master
server/conf/php_fpm_pool.conf.master
+1
-1
No files found.
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