yevaud: add redirect for birdsong.network
This commit is contained in:
parent
3bed356294
commit
469072c57e
|
@ -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/";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue