Nginx-ru mailing list archive (nginx-ru@sysoev.ru)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
upload module
Решили попробовать upload_module (и upload_progress заодно). Нам мелких
файлах всё вроде бы красиво..но при заливке большого файла (4г примерно)
получаю $_FILES и $_POST содержат array(0){}.
nginx -V
nginx version: nginx/0.8.42
TLS SNI support enabled
configure arguments: --prefix=/ --conf-path=/etc/nginx/nginx.conf
--sbin-path=/usr/sbin --error-log-path=/var/log/nginx/nginx.error.log
--http-log-path=/var/log/nginx/nginx.log
--http-client-body-temp-path=/var/spool/nginx/tmp/client
--http-proxy-temp-path=/var/spool/nginx/tmp/proxy
--http-fastcgi-temp-path=/var/spool/nginx/tmp/fastcgi
--http-uwsgi-temp-path=/var/spool/nginx/tmp/uwsgi
--http-scgi-temp-path=/var/spool/nginx/tmp/scgi
--pid-path=/var/run/nginx.pid --user=_nginx --group=_nginx
--with-http_ssl_module --with-cc-opt='-I /usr/include/pcre/'
--with-rtsig_module --with-select_module --with-poll_module
--with-aio_module --with-file-aio --with-mail --with-mail_ssl_module
--with-imap --with-imap_ssl_module --with-md5=/usr/lib
--with-http_ssl_module --with-http_realip_module
--with-http_addition_module --with-http_sub_module
--with-http_dav_module --with-http_flv_module
--with-http_gzip_static_module --with-http_stub_status_module
--with-http_perl_module --add-module=nginx_upload_module/
--add-module=nginx_upload-progress-module/
client_max_body_size 5g;
upload_max_file_size 5242880
_______________________________________________
nginx-ru mailing list
nginx-ru@xxxxxxxxx
http://nginx.org/mailman/listinfo/nginx-ru
|