nixos/frigate: fix HTTP method allowed for WebRTC API (#485969)

This commit is contained in:
Martin Weinelt
2026-02-25 18:56:05 +00:00
committed by GitHub
+1 -1
View File
@@ -507,7 +507,7 @@ in
nginxAuthRequest
+ nginxProxySettings
+ ''
limit_except GET {
limit_except POST {
deny all;
}
'';