Skip to content
Snippets Groups Projects
Commit 11a91608 authored by Till Brehm's avatar Till Brehm
Browse files

Merge branch '624-dev' into 'develop'

Always use php 7.0 (Backport from !624)

See merge request ispconfig/ispconfig3!1158
parents f8e7155e f57c2555
No related branches found
No related tags found
Loading
......@@ -101,7 +101,7 @@ $conf['web']['apps_vhost_group'] = 'ispapps';
//* Fastcgi
$conf['fastcgi']['fastcgi_phpini_path'] = '/etc/php/7.0/cgi/';
$conf['fastcgi']['fastcgi_starter_path'] = '/var/www/php-fcgi-scripts/[system_user]/';
$conf['fastcgi']['fastcgi_bin'] = '/usr/bin/php-cgi';
$conf['fastcgi']['fastcgi_bin'] = '/usr/bin/php-cgi7.0';
//* Postfix
$conf['postfix']['installed'] = false; // will be detected automatically during installation
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment