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

@ -6,7 +6,7 @@
}:
{
services.nginx.virtualHosts."thelounge.inx.moe" = common.nginx.ssl // {
services.nginx.virtualHosts."thelounge.inx.moe" = common.nginx.ssl-inx // {
locations."/" = {
proxyPass = "http://localhost:${toString config.services.thelounge.port}";
};