Skip to content

Commit 2597d72

Browse files
author
Marius Burkard
committed
Update ispconfig3.sql
1 parent c100d85 commit 2597d72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/sql/ispconfig3.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2071,7 +2071,7 @@ CREATE TABLE `web_domain` (
20712071
`https_port` int(11) unsigned NOT NULL DEFAULT '443',
20722072
`folder_directive_snippets` text,
20732073
`log_retention` int(11) NOT NULL DEFAULT '10',
2074-
`proxy_protocol` enum('n','y') NOT NULL default 'y',
2074+
`proxy_protocol` enum('n','y') NOT NULL default 'n',
20752075
PRIMARY KEY (`domain_id`),
20762076
UNIQUE KEY `serverdomain` ( `server_id` , `ip_address`, `domain` )
20772077
) DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

0 commit comments

Comments
 (0)