nixos/kelder: Use kontent instead of media
This commit is contained in:
parent
a6db08acda
commit
822ec211e3
@ -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/";
|
||||||
|
Loading…
Reference in New Issue
Block a user