change url

This commit is contained in:
Vivian 2024-01-04 11:56:36 +01:00
parent a520f77309
commit 140fe8df72
2 changed files with 7 additions and 5 deletions

View file

@ -106,7 +106,7 @@ in {
forceSSL = true;
locations = {
"/".extraConfig = ''
return 307 https://element.chat.meowy.tech;
return 303 https://element.chat.meowy.tech;
'';
"/_matrix".proxyPass = "http://synapse.olympus:8008";
"/_synapse/client".proxyPass = "http://synapse.olympus:8008";
@ -141,7 +141,9 @@ in {
"es.0x76.dev" = {
enableACME = true;
forceSSL = true;
root = inputs.essentials.packages.${pkgs.system}.default;
locations."/".extraConfig = ''
return 303 https://bear.0x76.dev;
'';
};
"bear.0x76.dev" = {
enableACME = true;