yevaud: add redirect for birdsong.network

This commit is contained in:
Katherina Walshe-Grey 2024-07-27 00:23:59 +01:00
parent 3bed356294
commit 469072c57e

View file

@ -30,6 +30,11 @@
enableACME = true;
locations."/".return = "301 https://git.qenya.tel$request_uri";
};
"birdsong.network" = {
forceSSL = true;
enableACME = true;
locations."/".return = "301 https://git.qenya.tel/qenya/birdsong/";
};
};
};