Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
Open sidebar
ISPConfig
ISPConfig 3
Commits
23af232f
Commit
23af232f
authored
Aug 05, 2016
by
Till Brehm
Browse files
#4019 Do not switch apps vhost to tcp connections on Ubuntu 16.04 nginx setup.
parent
9a9242b4
Changes
1
Hide whitespace changes
Inline
Side-by-side
install/lib/installer_base.lib.php
View file @
23af232f
...
...
@@ -2085,7 +2085,7 @@ Email Address []:
$content
=
str_replace
(
'{fpm_socket}'
,
$fpm_socket
,
$content
);
$content
=
str_replace
(
'{cgi_socket}'
,
$cgi_socket
,
$content
);
if
(
file_exists
(
'/var/run/php5-fpm.sock'
)){
if
(
file_exists
(
'/var/run/php5-fpm.sock'
)
||
file_exists
(
'/var/run/php/php7.0-fpm.sock'
)
){
$use_tcp
=
'#'
;
$use_socket
=
''
;
}
else
{
...
...
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