mirror of
https://github.com/linuxserver/reverse-proxy-confs.git
synced 2026-02-04 00:24:29 +08:00
Adjust synapse listen
This commit is contained in:
parent
a96e0e6bef
commit
a262c8726c
@ -1,12 +1,12 @@
|
||||
## Version 2022/09/08
|
||||
|
||||
server {
|
||||
listen 443 ssl http2;
|
||||
listen [::]:443 ssl http2;
|
||||
listen 443 ssl;
|
||||
listen [::]:443 ssl;
|
||||
|
||||
# For the federation port
|
||||
listen 8448 ssl http2 default_server;
|
||||
listen [::]:8448 ssl http2 default_server;
|
||||
listen 8448 ssl;
|
||||
listen [::]:8448 ssl;
|
||||
|
||||
server_name matrix.*;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user