From 520d9eeb7f0fe46021f29fb8169741dd1d429271 Mon Sep 17 00:00:00 2001 From: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com> Date: Thu, 2 Apr 2026 12:15:27 -0500 Subject: [PATCH] remove direct go2rtc API proxy in favor of frigate API endpoints (#22735) --- docker/main/rootfs/usr/local/nginx/conf/nginx.conf | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/docker/main/rootfs/usr/local/nginx/conf/nginx.conf b/docker/main/rootfs/usr/local/nginx/conf/nginx.conf index bcd3c6bda..d954bdcd5 100644 --- a/docker/main/rootfs/usr/local/nginx/conf/nginx.conf +++ b/docker/main/rootfs/usr/local/nginx/conf/nginx.conf @@ -227,16 +227,6 @@ http { include proxy.conf; } - # frontend uses this to fetch the version - location /api/go2rtc/api { - include auth_request.conf; - limit_except GET { - deny all; - } - proxy_pass http://go2rtc/api; - include proxy.conf; - } - # integration uses this to add webrtc candidate location /api/go2rtc/webrtc { include auth_request.conf;