mirror of
https://github.com/linuxserver/reverse-proxy-confs.git
synced 2026-07-08 17:42:32 +02:00
readded http2 support
This commit is contained in:
@@ -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.*;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user