Fixed jellyfin issue
This commit is contained in:
@@ -163,8 +163,8 @@ in {
|
|||||||
proxyPass = "http://192.168.15.1:${builtins.toString defaultPort}";
|
proxyPass = "http://192.168.15.1:${builtins.toString defaultPort}";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
} // mkIf cfg.expose.vpn.enable {
|
||||||
virtualHosts."${cfg.expose.vpn.accessibleFrom}:${builtins.toString cfg.expose.vpn.port}" = mkIf cfg.expose.vpn.enable {
|
virtualHosts."${cfg.expose.vpn.accessibleFrom}:${builtins.toString cfg.expose.vpn.port}" = {
|
||||||
enableACME = true;
|
enableACME = true;
|
||||||
forceSSL = true;
|
forceSSL = true;
|
||||||
locations."/" = {
|
locations."/" = {
|
||||||
|
|||||||
Reference in New Issue
Block a user