mirror of
https://git.envs.net/envs/matrix-conf.git
synced 2025-09-27 03:50:53 -04:00
update our configs
This commit is contained in:
parent
74cd45ebeb
commit
2abee38762
6 changed files with 39 additions and 52 deletions
|
@ -27,7 +27,7 @@ server {
|
|||
}
|
||||
}
|
||||
|
||||
#ALIAS
|
||||
#ALIAS
|
||||
server {
|
||||
listen 80;
|
||||
listen [::]:80;
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue