yevaud: move git.qenya.tel -> git.unspecified.systems
This commit is contained in:
parent
24faa7cc26
commit
424de492d7
|
@ -38,7 +38,7 @@
|
||||||
|
|
||||||
qenya.services.forgejo = {
|
qenya.services.forgejo = {
|
||||||
enable = true;
|
enable = true;
|
||||||
domain = "git.qenya.tel";
|
domain = "git.unspecified.systems";
|
||||||
};
|
};
|
||||||
|
|
||||||
services.nginx = {
|
services.nginx = {
|
||||||
|
@ -47,12 +47,17 @@
|
||||||
"git.katherina.rocks" = {
|
"git.katherina.rocks" = {
|
||||||
forceSSL = true;
|
forceSSL = true;
|
||||||
enableACME = true;
|
enableACME = true;
|
||||||
locations."/".return = "301 https://git.qenya.tel$request_uri";
|
locations."/".return = "301 https://git.unspecified.systems$request_uri";
|
||||||
|
};
|
||||||
|
"git.qenya.tel" = {
|
||||||
|
forceSSL = true;
|
||||||
|
enableACME = true;
|
||||||
|
locations."/".return = "301 https://git.unspecified.systems$request_uri";
|
||||||
};
|
};
|
||||||
"birdsong.network" = {
|
"birdsong.network" = {
|
||||||
forceSSL = true;
|
forceSSL = true;
|
||||||
enableACME = true;
|
enableACME = true;
|
||||||
locations."/".return = "301 https://git.qenya.tel/qenya/birdsong/";
|
locations."/".return = "301 https://git.unspecified.systems/qenya/birdsong/";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue