Skip to content

Commit e2b2c6c

Browse files
committed
🐛 fix(http2): Removed HTTP2 directives as requested
Signed-off-by: Joseph Harry <[email protected]>
1 parent b6b5994 commit e2b2c6c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

discountbandit.subdomain.conf.sample

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
# make sure that your dns has a cname set for discountbandit
44

55
server {
6-
listen 443 ssl http2;
7-
listen [::]:443 ssl http2;
6+
listen 443 ssl;
7+
listen [::]:443 ssl;
88

99
server_name discountbandit.*;
1010

0 commit comments

Comments
 (0)