From 2b08d4a85cf551b1e80e05333920e5264f5efa52 Mon Sep 17 00:00:00 2001 From: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com> Date: Thu, 2 Apr 2026 11:43:16 -0500 Subject: [PATCH] remove direct go2rtc API proxy in favor of frigate API endpoints --- 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 bcd3c6bda4..d954bdcd52 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;