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 feb022f commit 793622bCopy full SHA for 793622b
install/sql/ispconfig3.sql
@@ -1511,7 +1511,7 @@ CREATE TABLE `web_domain` (
1511
`allow_override` varchar(255) NOT NULL default 'All',
1512
`apache_directives` mediumtext,
1513
`nginx_directives` mediumtext,
1514
- `php_fpm_use_socket` ENUM('n','y') NOT NULL DEFAULT 'n'
+ `php_fpm_use_socket` ENUM('n','y') NOT NULL DEFAULT 'n',
1515
`php_open_basedir` mediumtext,
1516
`custom_php_ini` mediumtext,
1517
`backup_interval` VARCHAR( 255 ) NOT NULL DEFAULT 'none',
0 commit comments