diff --git a/install/froxlor.sql b/install/froxlor.sql index 82b0c6d3..9e2f4121 100644 --- a/install/froxlor.sql +++ b/install/froxlor.sql @@ -893,6 +893,7 @@ CREATE TABLE `panel_phpconfigs` ( `phpsettings` text NOT NULL, `fpmsettingid` int(11) NOT NULL DEFAULT '1', `pass_authorizationheader` tinyint(1) NOT NULL default '0', + `override_fpmconfig` tinyint(1) NOT NULL DEFAULT '0', `pm` varchar(15) NOT NULL DEFAULT 'static', `max_children` int(4) NOT NULL DEFAULT '1', `start_servers` int(4) NOT NULL DEFAULT '20',