3b9ca700c9
Raise RequestSizeLimit/MultipartBodyLengthLimit on upload+replace-audio, MaxUploadBytes in BatchUpload/BatchEdit, and DefaultResponseTimeoutSeconds to 1200s. Add client_max_body_size 2000m and proxy_read/send_timeout 1200s to the nginx manager/public confs.
17 lines
292 B
JSON
17 lines
292 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"AllowedHosts": "*",
|
|
"ForwardedHeaders": {
|
|
"DisableHttpsRedirection": false
|
|
},
|
|
"Upload": {
|
|
"IdleTimeoutSeconds": 90,
|
|
"ResponseTimeoutSeconds": 1200
|
|
}
|
|
}
|