Skip to content

Commit f377cd1

Browse files
authored
Update Version and missing http2
1 parent 3053d18 commit f377cd1

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

synapse.subdomain.conf.sample

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
## Version 2021/10/02
1+
## Version 2021/10/03
22

33
server {
4-
listen 443 ssl;
5-
listen [::]:443 ssl;
4+
listen 443 ssl http2;
5+
listen [::]:443 ssl http2;
66

77
# For the federation port
88
listen 8448 ssl http2 default_server;

0 commit comments

Comments
 (0)