update our configs

This commit is contained in:
creme 2022-01-20 08:38:30 +01:00
parent 74cd45ebeb
commit 2abee38762
No known key found for this signature in database
GPG key ID: C147C3B7FBDF08D0
6 changed files with 39 additions and 52 deletions

View file

@ -27,7 +27,7 @@ server {
}
}
#ALIAS
#ALIAS
server {
listen 80;
listen [::]:80;

View file

@ -68,16 +68,3 @@ server {
proxy_pass http://localhost:8008;
}
}
server {
listen 8448 ssl http2;
listen [::]:8448 ssl http2;
server_name matrix.envs.net;
include snippets/ssl.conf;
location / {
include include.d/synapse-proxy.conf;
proxy_pass http://localhost:8008;
}
}