nixos/kelder: Use kontent instead of media

This commit is contained in:
Jack O'Sullivan 2023-05-27 23:50:08 +01:00
parent a6db08acda
commit 822ec211e3

View File

@ -135,9 +135,9 @@ in
}; };
}; };
"media.${lib.my.kelder.domain}" = { "kontent.${lib.my.kelder.domain}" = {
extraConfig = localRedirect "media-local.${lib.my.kelder.domain}"; extraConfig = localRedirect "kontent-local.${lib.my.kelder.domain}";
serverAliases = [ "media-local.${lib.my.kelder.domain}" ]; serverAliases = [ "kontent-local.${lib.my.kelder.domain}" ];
locations = { locations = {
"/".proxyPass = "${acquisition}:8096"; "/".proxyPass = "${acquisition}:8096";
"= /".return = "302 $scheme://$host/web/"; "= /".return = "302 $scheme://$host/web/";