We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 037bf6f commit 4efa7d7Copy full SHA for 4efa7d7
1 file changed
server/plugins-available/apps_vhost_plugin.inc.php
@@ -192,6 +192,7 @@ function update($event_name, $data) {
192
$content = str_replace('{fpm_socket}', $fpm_socket, $content);
193
$content = str_replace('{cgi_socket}', $cgi_socket, $content);
194
if( file_exists('/var/run/php5-fpm.sock')
195
+ || file_exists('/var/lib/php5-fpm/apps.sock')
196
|| file_exists('/var/run/php/php7.0-fpm.sock')
197
|| file_exists('/var/run/php/php7.1-fpm.sock')
198
|| file_exists('/var/run/php/php7.2-fpm.sock')
0 commit comments