1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/tube_ynh.git synced 2024-09-04 01:46:11 +02:00
This commit is contained in:
Éric Gaspar 2022-08-27 14:23:22 +02:00
parent 5035bde870
commit 1f5a2ada89
No known key found for this signature in database
GPG key ID: 574F281483054D44
2 changed files with 5 additions and 5 deletions

View file

@ -16,7 +16,7 @@
"timeout": 60 "timeout": 60
}, },
"transcoder": { "transcoder": {
"timeout": 600, "timeout": 1200,
"sizes": { "sizes": {
"hd720": "720p", "hd720": "720p",
"hd480": "480p", "hd480": "480p",

View file

@ -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;
} }