feat(capytal,websites): update keikos.work to kois.work

This commit is contained in:
Guz
2026-01-01 19:27:39 -03:00
parent 11169fc992
commit efd4dd587b

View File

@@ -31,4 +31,9 @@ in {
reverse_proxy http://localhost:${toString cfg-keikos.port} reverse_proxy http://localhost:${toString cfg-keikos.port}
''; '';
}; };
services.caddy.virtualHosts.":${toString (cfg-keikos.port + 2)}" = {
extraConfig = ''
redir https://kois.work{uri} permanent
'';
};
} }