Re: Delete temp upload files at the end of the request?

2014-02-12 Thread kate_r
I guess upload_cleanup 200 is relevant here. I'll give that a try. Thanks Posted at Nginx Forum: http://forum.nginx.org/read.php?2,247462,247491#msg-247491 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Re: Delete temp upload files at the end of the request?

2014-02-12 Thread kate_r
Yes, this is the one I use - but I can't find it in the documentation. Thanks Posted at Nginx Forum: http://forum.nginx.org/read.php?2,247462,247490#msg-247490 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Delete temp upload files at the end of the request?

2014-02-12 Thread kate_r
Hi With the upload module, is the uploaded file supposed to be removed automatically at the end of the request? That is, the file that has just been uploaded and stored in upload_store. I think I saw some behaviour of the files disappearing at the end of a request, but now I don't get that any mor

Protecting URIs with OAuth2

2014-02-10 Thread kate_r
Hi Does anyone know how to protect an URI with OAuth authentication? the upstream sever is already capable of issuing new tokens, but I'm hoping that nginx can check the access token for certain URIs. Thanks! Posted at Nginx Forum: http://forum.nginx.org/read.php?2,247374,247374#msg-247374 ___