mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-03 09:45:22 +03:00
Remove nginx mapping to go2rtc ui
This commit is contained in:
parent
49e1745305
commit
9687730b8f
@ -170,14 +170,6 @@ http {
|
||||
proxy_set_header Host $host;
|
||||
}
|
||||
|
||||
location /restream/ {
|
||||
proxy_pass http://go2rtc/;
|
||||
proxy_http_version 1.1;
|
||||
proxy_set_header Upgrade $http_upgrade;
|
||||
proxy_set_header Connection "Upgrade";
|
||||
proxy_set_header Host $host;
|
||||
}
|
||||
|
||||
location /live/jsmpeg/ {
|
||||
proxy_pass http://jsmpeg/;
|
||||
proxy_http_version 1.1;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user