mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-03 01:35:22 +03:00
Try to get go2rtc proxy working
This commit is contained in:
parent
7762cbe3cb
commit
54158d6cbc
@ -170,8 +170,8 @@ http {
|
|||||||
proxy_set_header Host $host;
|
proxy_set_header Host $host;
|
||||||
}
|
}
|
||||||
|
|
||||||
location ~ /go2rtc/(.*)$ {
|
location /go2rtc/ {
|
||||||
proxy_pass http://go2rtc/$1;
|
proxy_pass http://127.0.0.1:1984;
|
||||||
proxy_http_version 1.1;
|
proxy_http_version 1.1;
|
||||||
proxy_set_header Host $host;
|
proxy_set_header Host $host;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user