diff --git a/src/system/modules/frigate/default.nix b/src/system/modules/frigate/default.nix index 808ee5f..3fae115 100644 --- a/src/system/modules/frigate/default.nix +++ b/src/system/modules/frigate/default.nix @@ -94,7 +94,7 @@ in useACMEHost = domain; forceSSL = true; locations."/" = { - proxyPass = "http://127.0.0.1:5000"; + proxyPass = "http://127.0.0.1:5001"; proxyWebsockets = true; }; };