fixed mjpg stucking

This commit is contained in:
Devaev Maxim 2018-08-02 23:56:28 +03:00
parent cc268f5a2a
commit 1e47b50b54
2 changed files with 4 additions and 0 deletions

View File

@ -71,6 +71,8 @@ http {
location /streamer {
rewrite /streamer/?(.*) /$1 break;
proxy_pass http://mjpg_streamer;
proxy_buffering off;
proxy_ignore_headers X-Accel-Buffering;
}
}
}

View File

@ -71,6 +71,8 @@ http {
location /streamer {
rewrite /streamer/?(.*) /$1 break;
proxy_pass http://mjpg_streamer;
proxy_buffering off;
proxy_ignore_headers X-Accel-Buffering;
}
}
}