This commit is contained in:
Lucy Hochkamp 2023-12-25 18:50:39 +01:00
parent 403554015a
commit db89325b56
No known key found for this signature in database
4 changed files with 88 additions and 67 deletions

View file

@ -80,6 +80,11 @@
locations."/".return = "307 https://xyno.space$request_uri";
} // (lib.my.findOutTlsConfig "xyno.systems" config);
services.nginx.virtualHosts."graph.czi.dating" = {
locations."/".return = "307 https://graph-czi-dating-s8tan-01d008685713bd0312de3223b3b980279b0ca590.fspages.org$request_uri";
forceSSL = true;
enableACME = true;
};
services.nginx.virtualHosts."czi.dating" = {
locations."/".return = "307 https://foss-ag.de$request_uri";
forceSSL = true;