Skip to content
Snippets Groups Projects
Commit f57c2555 authored by Thom's avatar Thom :tools:
Browse files

Always use php 7.0 (Backport from !624)

parent 98ba3c40
No related branches found
No related tags found
1 merge request!1158Always use php 7.0 (Backport from !624)
...@@ -101,7 +101,7 @@ $conf['web']['apps_vhost_group'] = 'ispapps'; ...@@ -101,7 +101,7 @@ $conf['web']['apps_vhost_group'] = 'ispapps';
//* Fastcgi //* Fastcgi
$conf['fastcgi']['fastcgi_phpini_path'] = '/etc/php/7.0/cgi/'; $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_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 //* Postfix
$conf['postfix']['installed'] = false; // will be detected automatically during installation $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