Re: nginx 1.9.14 & upload-progress-module

2016-04-09 Thread deniss
1 ## SHARE ### 2 3 server { 4 listen 217.199.213.6:80; 5 server_name share.domain.com; 6 upload_set_form_field $upload_field_name.name "$upload_file_name"; 7 upload_set_form_field

nginx 1.9.14 & upload-progress-module

2016-04-09 Thread deniss
После обновления nginx не отображается прогрессбар при аплоаде файла. В логах: 2016/04/09 20:47:37 [debug] 8670#0: *40 malloc: 01249020:16 2016/04/09 20:47:37 [debug] 8670#0: *40 upload-progress: get_tracking_id found args: fb2573fbf0cdbd7a3e20f5c00f7f6da4 2016/04/09 20:47:37 [debug]

Re: hide/strip set cookies on static files and howto use alias

2016-04-09 Thread JoakimR
Hi Francis, and of course everyone else Another Q Hi do have this in my domain.conf location /admin { index index.php; access_log off; log_not_found off; expires 0; } but yet,

[njs] Old array data are freed after array relocation.

2016-04-09 Thread Igor Sysoev
details: http://hg.nginx.org/njs/rev/24544f647802 branches: changeset: 97:24544f647802 user: Igor Sysoev date: Sat Apr 09 12:21:31 2016 +0300 description: Old array data are freed after array relocation. diffstat: njs/njs_array.c | 7 +++ 1 files changed, 3