mirror of
https://github.com/linuxserver/reverse-proxy-confs.git
synced 2025-07-06 13:01:35 -07:00
Merge pull request #492 from linuxserver/adjust-synapse
Adjust synapse listen
This commit is contained in:
commit
cd3ee6a270
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