Fixed jellyfin issue

This commit is contained in:
rasmus-kirk
2024-02-26 18:06:15 +01:00
parent 465fa61198
commit e93b6ca033
+2 -2
View File
@@ -163,8 +163,8 @@ in {
proxyPass = "http://192.168.15.1:${builtins.toString defaultPort}";
};
};
virtualHosts."${cfg.expose.vpn.accessibleFrom}:${builtins.toString cfg.expose.vpn.port}" = mkIf cfg.expose.vpn.enable {
} // mkIf cfg.expose.vpn.enable {
virtualHosts."${cfg.expose.vpn.accessibleFrom}:${builtins.toString cfg.expose.vpn.port}" = {
enableACME = true;
forceSSL = true;
locations."/" = {