mirror of
https://github.com/YunoHost-Apps/tube_ynh.git
synced 2024-09-04 01:46:11 +02:00
Fix
This commit is contained in:
parent
5035bde870
commit
1f5a2ada89
2 changed files with 5 additions and 5 deletions
|
@ -16,7 +16,7 @@
|
||||||
"timeout": 60
|
"timeout": 60
|
||||||
},
|
},
|
||||||
"transcoder": {
|
"transcoder": {
|
||||||
"timeout": 600,
|
"timeout": 1200,
|
||||||
"sizes": {
|
"sizes": {
|
||||||
"hd720": "720p",
|
"hd720": "720p",
|
||||||
"hd480": "480p",
|
"hd480": "480p",
|
||||||
|
|
|
@ -9,8 +9,8 @@ location __PATH__/ {
|
||||||
# Set max upload size
|
# Set max upload size
|
||||||
client_max_body_size 10G;
|
client_max_body_size 10G;
|
||||||
|
|
||||||
proxy_connect_timeout 600;
|
proxy_connect_timeout 1200;
|
||||||
proxy_send_timeout 600;
|
proxy_send_timeout 1200;
|
||||||
proxy_read_timeout 600;
|
proxy_read_timeout 1200;
|
||||||
send_timeout 600;
|
send_timeout 1200;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue