Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Guilherme Filippo
ISPConfig 3
Commits
6e558a92
Commit
6e558a92
authored
Sep 20, 2011
by
Falko Timme
Browse files
- Added "listen.allowed_clients = 127.0.0.1" to the php_fpm_pool.conf.master templates.
parent
c6943950
Changes
2
Hide whitespace changes
Inline
Side-by-side
install/tpl/php_fpm_pool.conf.master
View file @
6e558a92
...
...
@@ -2,6 +2,8 @@
listen = 127.0.0.1:{fpm_port}
listen.allowed_clients = 127.0.0.1
user = {fpm_user}
group = {fpm_group}
...
...
server/conf/php_fpm_pool.conf.master
View file @
6e558a92
...
...
@@ -2,6 +2,8 @@
listen = 127.0.0.1:<tmpl_var name='fpm_port'>
listen.allowed_clients = 127.0.0.1
user = <tmpl_var name='fpm_user'>
group = <tmpl_var name='fpm_group'>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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