change from use acme host to enable acme

This commit is contained in:
Yisroel Baum 2026-04-06 22:54:15 +03:00
parent 933afeaf03
commit 8263938f57
Signed by: yisroelbaum
GPG key ID: 0FA60884F75520A9

View file

@ -134,7 +134,7 @@ in
};
"jellyfin.${domainName}" = {
forceSSL = true;
useACMEHost = "${domainName}";
enableACME = true;
locations = {
"/" = {
proxyPass = "http://localhost:8096";
@ -143,7 +143,7 @@ in
};
"git.${domainName}" = {
forceSSL = true;
useACMEHost = "${domainName}";
enableACME = true;
locations = {
"/" = {
proxyPass = "http://localhost:3000";