ddbimporter config

This commit is contained in:
Zynh Ludwig 2024-12-27 06:27:00 -08:00
parent def4765869
commit 1b3f0be092

View file

@ -30,5 +30,11 @@ in
proxyPass = "http://localhost:30000"; proxyPass = "http://localhost:30000";
}; };
}; };
services.nginx.virtualHosts."ddbimporter.zynh.me" = {
addSSL = true;
serverName = "ddbimporter.zynh.me";
locations."/".proxyPass = "http://localhost:3232";
};
}; };
} }