How to use Nginx as a proxy for S3 compatible storage with version 4 signature?

2016-12-14 Thread Alexandr Porunov
Hello, I want to use Nginx as a proxy for private S3 compatible storage (i.e. It isn't s3.amazon.com but has the exactly the same API). I am novice in Nginx so I am not sure if I will explain correctly but I will try. I have 3 nodes: mydomain.com - node with nginx s3storage - private storage wi

Re: Performance of NGINX on 16 instances vs 1 instance

2016-04-07 Thread Alexandr Porunov
Hello, Maxim Thank you very much Sincerely, Alexandr On Thu, Apr 7, 2016 at 6:00 PM, Maxim Konovalov wrote: > Hello, > > On 4/7/16 5:55 PM, Alexandr Porunov wrote: > > Hello, > > > > I would like to know how NGINX works on a server with 16 cores. Is > > it

Performance of NGINX on 16 instances vs 1 instance

2016-04-07 Thread Alexandr Porunov
Hello, I would like to know how NGINX works on a server with 16 cores. Is it is better to run one instance of NGINX in a bare metal or run 16 virtual servers with NGINX instance on each? Sincerely, Alexandr ___ nginx mailing list nginx@nginx.org http://

Re: Can we ask for permission before download?

2016-03-12 Thread Alexandr Porunov
Hello, Thank you very much! Sincerely, Alexandr On Sat, Mar 12, 2016 at 10:46 AM, nanaya wrote: > Hi, > > On Sat, Mar 12, 2016, at 17:39, Alexandr Porunov wrote: > > Hello, > > I have a storage like S3 with photos. And I need to check users > > permissions &

Can we ask for permission before download?

2016-03-12 Thread Alexandr Porunov
Hello, I have a storage like S3 with photos. And I need to check users permissions before photo downloading. Somebody can downloads a photo and somebody can't. Can we configure NGINX to act like this: [image: Inline image 1] Sincerely, Alexandr ___ nginx

Pseudo streaming chunks via Nginx

2015-10-20 Thread Alexandr Porunov
Hello. I have a question about a pseudo streaming chunks. Please help me understand. I store cuted videos each by 2 seconds in mp4 h.264 / aac and there is no possibility to glue already cuted files. Is it possible to organize these files via a pseudo streaming by using Nginx? Looking forward to