1
0
mirror of https://github.com/mxpv/podsync.git synced 2024-05-11 05:55:04 +00:00

Increse proxy_pass timeout for ytdl

This commit is contained in:
Maksym Pavlenko
2019-03-12 18:38:52 -07:00
parent 072dccff4e
commit 2a7be907f0

View File

@ -29,6 +29,7 @@ server {
proxy_set_header X-Forwarded-For $remote_addr;
location /download {
proxy_read_timeout 180s;
proxy_pass http://worker;
}