Remove unnecessary entries

Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
Tommy 2023-01-25 11:13:25 -05:00
parent afe398175f
commit 8a94a7c47d
No known key found for this signature in database
GPG Key ID: 060B29EB996BD9F2
2 changed files with 6 additions and 6 deletions

View File

@ -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.*;

View File

@ -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.*;