Remove nginx mapping to go2rtc ui

This commit is contained in:
Nick Mowen 2022-11-01 16:57:48 -06:00
parent 49e1745305
commit 9687730b8f

View File

@ -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;