Closed rbairwell closed 8 years ago
Sorry, looks like this may be a configuration issue at my end as I can get it to work with:
location = /upload.php {
include php.conf;
track_uploads proxied 30s;
}
location / {
include php.conf;
try_files $uri $uri/ /index.php$is_args$args;
}
on Debian nginx-extras and built from source.
This is a continuation of the closed issue #36 where the received and size are the same even though the upload is continuing (tested using Firefox on a 3.4Gb file through Charles Proxy throttled to 56kbps). In that thread, others are reporting they are continuing to have this issue.
Built on nginx mainline 1.9.15 (also tried 1.1.10) on Debian jessie (under vagrant) using module v0.9.1.tar.gz.
Build steps used (based off https://serversforhackers.com/compiling-third-party-modules-into-nginx )
cat /etc/nginx/nginx.conf
Relevant /etc/nginx/nginx/*.conf entries
Running with debug enabled shows in system log:
and in the site specific log:
This is my first time trying to add a module to nginx (I did try just using debian's nginx-extras package first, but had the same results) so I might be missing something...