N
N
Nikolai Lapshin2016-09-26 14:42:06
Nginx
Nikolai Lapshin, 2016-09-26 14:42:06

apache, nginx. Why does a file download via a direct link break at 1.08 GB?

There is a 1.5GB file. Download (download) breaks at around 1.08 GB. I press to continue - it is loaded to the end.
The server terminates the connection.
I'm uploading the file via a direct link.
Any thoughts?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
N
Nikolai Lapshin, 2016-09-27
@madmaker

Added to nginx.conf for the required server:
location /files/ {
internal;
root /path_to_folder_files;
}
Earned.

R
romy4, 2016-09-26
@romy4

nginx has a setting for maximum file upload time

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question