mirror of
https://github.com/linuxserver/reverse-proxy-confs.git
synced 2025-07-07 13:31:32 -07:00
Adjust synapse listen
This commit is contained in:
parent
a96e0e6bef
commit
a262c8726c
1 changed files with 4 additions and 4 deletions
|
@ -1,12 +1,12 @@
|
||||||
## Version 2022/09/08
|
## Version 2022/09/08
|
||||||
|
|
||||||
server {
|
server {
|
||||||
listen 443 ssl http2;
|
listen 443 ssl;
|
||||||
listen [::]:443 ssl http2;
|
listen [::]:443 ssl;
|
||||||
|
|
||||||
# For the federation port
|
# For the federation port
|
||||||
listen 8448 ssl http2 default_server;
|
listen 8448 ssl;
|
||||||
listen [::]:8448 ssl http2 default_server;
|
listen [::]:8448 ssl;
|
||||||
|
|
||||||
server_name matrix.*;
|
server_name matrix.*;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue