fix
This commit is contained in:
parent
3d89098bfe
commit
8af465a289
@ -31,10 +31,10 @@ in
|
|||||||
};
|
};
|
||||||
services.nginx.virtualHosts."gaze.systems" = {
|
services.nginx.virtualHosts."gaze.systems" = {
|
||||||
locations."/.well-known/matrix/client".extraConfig = ''
|
locations."/.well-known/matrix/client".extraConfig = ''
|
||||||
alias ${wellKnownFileClient}
|
alias ${wellKnownFileClient};
|
||||||
'';
|
'';
|
||||||
locations."/.well-known/matrix/server".extraConfig = ''
|
locations."/.well-known/matrix/server".extraConfig = ''
|
||||||
alias ${wellKnownFileServer}
|
alias ${wellKnownFileServer};
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user