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 634d3a7 commit ce7dfb3Copy full SHA for ce7dfb3
install/sql/ispconfig3.sql
@@ -1979,8 +1979,6 @@ CREATE TABLE `web_domain` (
1979
`http_port` int(11) unsigned NOT NULL DEFAULT '80',
1980
`https_port` int(11) unsigned NOT NULL DEFAULT '443',
1981
`folder_directive_snippets` text NOT NULL,
1982
- `http_port` INT NOT NULL DEFAULT '80',
1983
- `https_port` INT NOT NULL DEFAULT '443',
1984
PRIMARY KEY (`domain_id`),
1985
UNIQUE KEY `serverdomain` ( `server_id` , `ip_address`, `domain` )
1986
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
0 commit comments