Infini-DL360: use wildcard certificate

This commit is contained in:
Infinidoge 2025-02-15 03:53:42 -05:00
parent 2203788b2d
commit 8ab1fe878b
Signed by: Infinidoge
SSH key fingerprint: SHA256:EMoPe5e2dO0gEvtBb2xkZTz5dkyL0rBmuiGTKG5s96E
13 changed files with 34 additions and 21 deletions

View file

@ -9,7 +9,7 @@ let
domain = common.subdomain "hydra";
in
{
services.nginx.virtualHosts.${domain} = common.nginx.ssl // {
services.nginx.virtualHosts.${domain} = common.nginx.ssl-inx // {
locations."/" = {
proxyPass = "http://localhost:${toString config.services.hydra.port}";
};