mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-03 01:35:22 +03:00
Allow websocket on restrea dashboard
This commit is contained in:
parent
8271665e13
commit
8dc6fff9b0
@ -173,6 +173,8 @@ http {
|
|||||||
location /restream/ {
|
location /restream/ {
|
||||||
proxy_pass http://go2rtc/;
|
proxy_pass http://go2rtc/;
|
||||||
proxy_http_version 1.1;
|
proxy_http_version 1.1;
|
||||||
|
proxy_set_header Upgrade $http_upgrade;
|
||||||
|
proxy_set_header Connection "Upgrade";
|
||||||
proxy_set_header Host $host;
|
proxy_set_header Host $host;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user