We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a9242b commit 23af232Copy full SHA for 23af232
install/lib/installer_base.lib.php
@@ -2085,7 +2085,7 @@ public function configure_apps_vhost() {
2085
$content = str_replace('{fpm_socket}', $fpm_socket, $content);
2086
$content = str_replace('{cgi_socket}', $cgi_socket, $content);
2087
2088
- 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')){
2089
$use_tcp = '#';
2090
$use_socket = '';
2091
} else {
0 commit comments