services/synapse: redirect sub to dom

This commit is contained in:
LavaDesu 2022-02-14 18:46:33 +07:00
parent 4ff146e0fa
commit 2107d55b11
Signed by: cilly
GPG key ID: 6500251E087653C9

View file

@ -55,7 +55,7 @@ in {
useACMEHost = dom;
locations."/".extraConfig = ''
return 404;
return 302 'https://${dom}';
'';
locations."/_matrix" = {