Element -> Chat subdomain
This commit is contained in:
parent
ed18297690
commit
1589395cdc
2 changed files with 2 additions and 4 deletions
|
@ -1,9 +1,7 @@
|
|||
server {
|
||||
server_name element.strypsteen.com;
|
||||
server_name chat.strypsteen.com;
|
||||
listen 443 ssl;
|
||||
listen [::]:443 ssl;
|
||||
deny 10.0.0.1;
|
||||
deny fd00::1;
|
||||
include snippets/headers.conf;
|
||||
location / {
|
||||
set $upstream systemd-element.;
|
|
@ -2,9 +2,9 @@
|
|||
# shellcheck disable=SC2121
|
||||
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 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 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 llm.strypsteen.com
|
||||
set system static-host-mapping host-name home.strypsteen.com alias matrix.strypsteen.com
|
||||
|
|
Loading…
Add table
Reference in a new issue