mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-07 11:45:24 +03:00
bare minimum go2rtc passthrough
This commit is contained in:
parent
03d3c72821
commit
cf46d9eaa7
@ -164,19 +164,19 @@ http {
|
|||||||
include proxy.conf;
|
include proxy.conf;
|
||||||
}
|
}
|
||||||
|
|
||||||
location /live/mse/ {
|
location /live/webrtc/api/ws {
|
||||||
limit_except GET {
|
limit_except GET {
|
||||||
deny all;
|
deny all;
|
||||||
}
|
}
|
||||||
proxy_pass http://go2rtc/;
|
proxy_pass http://go2rtc/api/ws;
|
||||||
include proxy.conf;
|
include proxy.conf;
|
||||||
}
|
}
|
||||||
|
|
||||||
location /live/webrtc/ {
|
location /live/webrtc/webrtc.html {
|
||||||
limit_except GET {
|
limit_except GET {
|
||||||
deny all;
|
deny all;
|
||||||
}
|
}
|
||||||
proxy_pass http://go2rtc/;
|
proxy_pass http://go2rtc/webrtc.html;
|
||||||
include proxy.conf;
|
include proxy.conf;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user