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 c100d85 commit 2597d72Copy full SHA for 2597d72
install/sql/ispconfig3.sql
@@ -2071,7 +2071,7 @@ CREATE TABLE `web_domain` (
2071
`https_port` int(11) unsigned NOT NULL DEFAULT '443',
2072
`folder_directive_snippets` text,
2073
`log_retention` int(11) NOT NULL DEFAULT '10',
2074
- `proxy_protocol` enum('n','y') NOT NULL default 'y',
+ `proxy_protocol` enum('n','y') NOT NULL default 'n',
2075
PRIMARY KEY (`domain_id`),
2076
UNIQUE KEY `serverdomain` ( `server_id` , `ip_address`, `domain` )
2077
) DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
0 commit comments