RE: workaround to handle HTTP and HTTPS on same port?

2017-10-18 Thread Eliezer Croitoru
Have you tried using 307 or 308 redirect codes? It works for any request which contains a body like POST\PUT\OTHERS. Eliezer http://ngtech.co.il/lmgtfy/ Linux System Administrator Mobile: +972-5-28704261 Email: elie...@ngtech.co.il From: nginx [mailto:nginx-boun...@nginx.org] On Behalf Of

Re: What modules are using the query term "token" for access control?

2016-01-23 Thread Eliezer Croitoru
I wanted to mention a nice video about tokens in apis. https://www.youtube.com/watch?v=xgkNe6R4Un0 Eliezer ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

What modules are using the query term "token" for access control?

2016-01-21 Thread Eliezer Croitoru
I have seen that couple media sites are using the "token" query term for access control to some media content and I was wondering what module can do that? For examples the request: http://example.com/media/11.mp4?token=xyz_very_long_token allows access to only this 11.mp4 specific file

Re: What modules are using the query term "token" for access control?

2016-01-21 Thread Eliezer Croitoru
On 21/01/2016 20:38, nanaya wrote: Something like this? http://nginx.org/en/docs/http/ngx_http_secure_link_module.html No. The idea is that a client have the full url to the resource but it will be restricted using a token. The token can be either stored in a DB such as memcached\redis or

Re: keep-alive message flood.

2015-02-12 Thread Eliezer Croitoru
Hey Ian, I am not nginx expert but I would try by mimicking a similar setup with a proxy to understand how it runs. If you can get tcpdump dumps from the client and server side you might be able to notice the different sides of the issue. If your nginx server is doing it's job then you will

Re: Proxy_store downloading half videos !!

2014-09-18 Thread Eliezer Croitoru
I have seen your directives and I am not nginx expert but there was something like try for connections to a proxy server that will first try one direction and if not able to download from there use the other one. Take a peak here: http://forum.nginx.org/read.php?2,246125,246125 You can define

Re: No space left on device for temp cache - v1.7.4

2014-09-13 Thread Eliezer Croitoru
Or reiserfs... Eliezer On 09/12/2014 04:27 AM, NitrouZ wrote: What file system do you use for cache? Try using xfs instead ext4. Xfs have better inode storage than ext4. ___ nginx mailing list nginx@nginx.org