Added some nginx settings that help prevent the transcoding connections to be closed too early

This commit is contained in:
emeric
2020-12-12 15:19:46 +01:00
parent fd11908a84
commit ffdb099283
+3
View File
@@ -157,6 +157,9 @@ server {
proxy_request_buffering off;
proxy_buffering off;
proxy_buffer_size 4k;
proxy_read_timeout 10m;
proxy_send_timeout 10m;
keepalive_timeout 10m;
location / {