Try to get go2rtc proxy working

This commit is contained in:
Nick Mowen 2022-10-31 08:15:28 -06:00
parent 54158d6cbc
commit b9b40d5ed5

View File

@ -170,8 +170,8 @@ http {
proxy_set_header Host $host;
}
location /go2rtc/ {
proxy_pass http://127.0.0.1:1984;
location /restream/ {
proxy_pass http://go2rtc/;
proxy_http_version 1.1;
proxy_set_header Host $host;
}