forgot semi-colon

This commit is contained in:
rotterdam 2023-03-28 18:28:02 -03:00
parent d8d45342ef
commit 63febda4f1

View file

@ -63,7 +63,7 @@
forceSSL = true;
kTLS = true;
root = inputs.homepage;
}
};
"bazarr.baduhai.me" = { useACMEHost = "baduhai.me"; forceSSL = true; kTLS = true; locations."/".proxyPass = "http://127.0.0.1:${config.ports.bazaar}"; };
"bitwarden.baduhai.me" = { useACMEHost = "baduhai.me"; forceSSL = true; kTLS = true; locations."/".proxyPass = "http://127.0.0.1:${config.ports.vaultwarden}"; };
"cinny.baduhai.me" = { useACMEHost = "baduhai.me"; forceSSL = true; kTLS = true; locations."/".proxyPass = "http://127.0.0.1:${config.ports.cinny}"; };