Update Version and missing http2

This commit is contained in:
Lukas Post 2021-10-03 02:56:28 +02:00 committed by GitHub
parent 3053d18c07
commit f377cd1efc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,8 +1,8 @@
## Version 2021/10/02 ## Version 2021/10/03
server { server {
listen 443 ssl; listen 443 ssl http2;
listen [::]:443 ssl; listen [::]:443 ssl http2;
# For the federation port # For the federation port
listen 8448 ssl http2 default_server; listen 8448 ssl http2 default_server;