M
M
mastini2013-09-10 10:01:55
PHP
mastini, 2013-09-10 10:01:55

How to replace nginx-upload-module?

Since this module does not work with nginx 1.3.x+ and will not work
. And patches are also only for a specific version; Who replaced him with what?
github.com/pgaertig/nginx-big-upload saw…

Answer the question

In order to leave comments, you need to log in

6 answer(s)
S
Sergey Sokolov, 2013-09-10
@mastini

We ended up doing it without modules, using nginx, through clientBodyInFileOnly . Here is an example description of the method .
There are some peculiarities - for example, it does not accept multipart / form-data, but in general, while we are happy, we are satisfied with this method.

S
Stepan, 2013-09-10
@L3n1n

Why actually replace it? Upgrading nginx is that critical?
This is a question, not a suggestion. I have such a bunch on my combat servers (nginx/1.2.6).

H
hippoage, 2014-02-15
@hippoage

We made it based on the https://github.com/pgaertig/nginx-big-upload module , because it was necessary not just to upload files, but to upload large files with the ability to resume. If there is no resume, then clientBodyInFileOnly will do.

R
RaverForever, 2014-03-18
@RaverForever

upload module builds fine with nginx 1.5.11

S
Sergey Odintsov, 2015-10-15
@Nixx

Upload module works fine with nginx 1.8.0, but it doesn't work with nginx 1.9.5 anymore. Crashes with error: *8 epoll_ctl(1, 21) failed (17: File exists)

M
mnach, 2018-06-14
@mnach

If the task is only to upload files to the server, then the nginx modules for webdav are quite suitable: ngx_http_dav_module and nginx-dav-ext-module

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question