mirror of
https://github.com/blakeblackshear/frigate.git
synced 2024-11-21 19:07:46 +01:00
Re-add support for go2rtc webrtc api (#8828)
This commit is contained in:
parent
89051c1b90
commit
595fa3d111
@ -199,6 +199,15 @@ http {
|
|||||||
include proxy.conf;
|
include proxy.conf;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# integration uses this to add webrtc candidate
|
||||||
|
location /api/go2rtc/webrtc {
|
||||||
|
limit_except POST {
|
||||||
|
deny all;
|
||||||
|
}
|
||||||
|
proxy_pass http://go2rtc/api/webrtc;
|
||||||
|
include proxy.conf;
|
||||||
|
}
|
||||||
|
|
||||||
location ~* /api/.*\.(jpg|jpeg|png)$ {
|
location ~* /api/.*\.(jpg|jpeg|png)$ {
|
||||||
rewrite ^/api/(.*)$ $1 break;
|
rewrite ^/api/(.*)$ $1 break;
|
||||||
proxy_pass http://frigate_api;
|
proxy_pass http://frigate_api;
|
||||||
|
Loading…
Reference in New Issue
Block a user