Element -> Chat subdomain

This commit is contained in:
Mathieu Strypsteen 2024-08-29 20:02:05 +02:00
parent ed18297690
commit 1589395cdc
Signed by: mathieu
GPG key ID: 782A42E461BC6824
2 changed files with 2 additions and 4 deletions

View file

@ -1,9 +1,7 @@
server { server {
server_name element.strypsteen.com; server_name chat.strypsteen.com;
listen 443 ssl; listen 443 ssl;
listen [::]:443 ssl; listen [::]:443 ssl;
deny 10.0.0.1;
deny fd00::1;
include snippets/headers.conf; include snippets/headers.conf;
location / { location / {
set $upstream systemd-element.; set $upstream systemd-element.;

View file

@ -2,9 +2,9 @@
# shellcheck disable=SC2121 # shellcheck disable=SC2121
set system name-server 9.9.9.9 set system name-server 9.9.9.9
set system static-host-mapping host-name pve.strypsteen.com inet 192.168.253.2 set system static-host-mapping host-name pve.strypsteen.com inet 192.168.253.2
set system static-host-mapping host-name home.strypsteen.com alias chat.strypsteen.com
set system static-host-mapping host-name home.strypsteen.com alias cloud.strypsteen.com set system static-host-mapping host-name home.strypsteen.com alias cloud.strypsteen.com
set system static-host-mapping host-name home.strypsteen.com alias code.strypsteen.com set system static-host-mapping host-name home.strypsteen.com alias code.strypsteen.com
set system static-host-mapping host-name home.strypsteen.com alias element.strypsteen.com
set system static-host-mapping host-name home.strypsteen.com alias git.strypsteen.com set system static-host-mapping host-name home.strypsteen.com alias git.strypsteen.com
set system static-host-mapping host-name home.strypsteen.com alias llm.strypsteen.com set system static-host-mapping host-name home.strypsteen.com alias llm.strypsteen.com
set system static-host-mapping host-name home.strypsteen.com alias matrix.strypsteen.com set system static-host-mapping host-name home.strypsteen.com alias matrix.strypsteen.com