mirror of
https://github.com/linuxserver/reverse-proxy-confs.git
synced 2025-07-06 21:11:31 -07:00
readded http2 support
This commit is contained in:
parent
3812a54c0f
commit
3053d18c07
1 changed files with 2 additions and 2 deletions
|
@ -5,8 +5,8 @@ server {
|
||||||
listen [::]:443 ssl;
|
listen [::]:443 ssl;
|
||||||
|
|
||||||
# For the federation port
|
# For the federation port
|
||||||
listen 8448 ssl;
|
listen 8448 ssl http2 default_server;
|
||||||
listen [::]:8448 ssl;
|
listen [::]:8448 ssl http2 default_server;
|
||||||
|
|
||||||
server_name matrix.*;
|
server_name matrix.*;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue