fix(redirections): Fix the page and host
This commit is contained in:
parent
16a63b37d3
commit
55089de144
2 changed files with 3 additions and 3 deletions
|
@ -16,7 +16,7 @@ let
|
||||||
|
|
||||||
in {
|
in {
|
||||||
services.nginx.virtualHosts = {
|
services.nginx.virtualHosts = {
|
||||||
retired_host = {
|
${retired_host} = {
|
||||||
enableACME = true;
|
enableACME = true;
|
||||||
forceSSL = true;
|
forceSSL = true;
|
||||||
|
|
||||||
|
|
|
@ -33,9 +33,9 @@
|
||||||
"url": "https://git.dgnum.eu/DGNum/dgnum-retired"
|
"url": "https://git.dgnum.eu/DGNum/dgnum-retired"
|
||||||
},
|
},
|
||||||
"branch": "main",
|
"branch": "main",
|
||||||
"revision": "d481b8cf7a7816c851e36ce0a0ed4a776d00eb9c",
|
"revision": "64467c33627d30c837514e984cfa350f033d6854",
|
||||||
"url": null,
|
"url": null,
|
||||||
"hash": "1hpjra1gz9vx9j7dpvc7h8czhrlizpgwnfc7z4al4xw146dv0bp0"
|
"hash": "1icq0ak55ylbm5hkbx6ar0dvr883q7amqva48b64xd8m8qrkng3l"
|
||||||
},
|
},
|
||||||
"disko": {
|
"disko": {
|
||||||
"type": "GitRelease",
|
"type": "GitRelease",
|
||||||
|
|
Loading…
Reference in a new issue