mirror of
https://github.com/linuxserver/reverse-proxy-confs.git
synced 2026-02-20 04:59:12 +08:00
readded http2 support
This commit is contained in:
parent
3812a54c0f
commit
3053d18c07
@ -5,8 +5,8 @@ server {
|
||||
listen [::]:443 ssl;
|
||||
|
||||
# For the federation port
|
||||
listen 8448 ssl;
|
||||
listen [::]:8448 ssl;
|
||||
listen 8448 ssl http2 default_server;
|
||||
listen [::]:8448 ssl http2 default_server;
|
||||
|
||||
server_name matrix.*;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user