mirror of
https://github.com/ArcticFoxes-net/Synapse-Docker-Compose.git
synced 2024-10-01 08:25:44 -04:00
Remove unnecessary entries
Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
parent
afe398175f
commit
8a94a7c47d
@ -5,8 +5,8 @@
|
||||
# or "set $upstream_app <HOSTIP>;" for host mode, HOSTIP being the IP address of element
|
||||
|
||||
server {
|
||||
listen 443 ssl http2;
|
||||
listen [::]:443 ssl http2;
|
||||
listen 443 ssl;
|
||||
listen [::]:443 ssl;
|
||||
|
||||
server_name element.*;
|
||||
|
||||
|
@ -1,12 +1,12 @@
|
||||
# Version 2022/10/04
|
||||
|
||||
server {
|
||||
listen 443 ssl http2;
|
||||
listen [::]:443 ssl http2;
|
||||
listen 443 ssl;
|
||||
listen [::]:443 ssl;
|
||||
|
||||
# For the federation port
|
||||
listen 8448 ssl http2;
|
||||
listen [::]:8448 ssl http2;
|
||||
listen 8448 ssl;
|
||||
listen [::]:8448 ssl;
|
||||
|
||||
server_name matrix.*;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user