Re: nginx and FIX server

2016-10-27 Thread Alex Samad
Hi yeah I have had a very quick look, just wondering if any one on the list had set one up. Alex On 28 October 2016 at 16:15, CJ Ess wrote: > Maybe this is what you want: > https://nginx.org/en/docs/stream/ngx_stream_proxy_module.html > > See the parts about proxy_download_rate and proxy_upload

Re: nginx and FIX server

2016-10-27 Thread CJ Ess
Maybe this is what you want: https://nginx.org/en/docs/stream/ngx_stream_proxy_module.html See the parts about proxy_download_rate and proxy_upload_rate On Thu, Oct 27, 2016 at 11:22 PM, Alex Samad wrote: > Yep > > On 28 October 2016 at 11:57, CJ Ess wrote: > > FIX as in the financial informat

Re: nginx and FIX server

2016-10-27 Thread Alex Samad
Yep On 28 October 2016 at 11:57, CJ Ess wrote: > FIX as in the financial information exchange protocol? > > On Thu, Oct 27, 2016 at 7:19 PM, Alex Samad wrote: >> >> Hi >> >> any one setup nginx infront of a fix engine to do rate limiting ? >> >> Alex >> >> ___

Re: nginx and FIX server

2016-10-27 Thread CJ Ess
FIX as in the financial information exchange protocol? On Thu, Oct 27, 2016 at 7:19 PM, Alex Samad wrote: > Hi > > any one setup nginx infront of a fix engine to do rate limiting ? > > Alex > > ___ > nginx mailing list > nginx@nginx.org > http://mailma

nginx and FIX server

2016-10-27 Thread Alex Samad
Hi any one setup nginx infront of a fix engine to do rate limiting ? Alex ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Dynamically Reload Map

2016-10-27 Thread Cox, Eric S
Is anyone aware of a way to dynamically reload a file when using the MAP module without having to reload the server? We have a file that gets updated roughly every minute that needs reloaded and it seem that doing a reload every minute on the server processes might cause a performance issue? Al

Pre-compressed (gzip) HTML using fastcgi_cache?

2016-10-27 Thread seo010
Hi! I was wondering if anyone has an idea to serve pre-compressed (gzip) HTML using proxy_cache / fastcgi_cache. I tried a solution with a map of http_accept_encoding as part of the fastcgi_cache_key with gzip compressed output from the script, but it resulted into strange behavior (the MD5 hash

Re: Receive raw data

2016-10-27 Thread Nattakorn S
Can I use http and stream like this http { .. } stream { .. } in same nginx.conf Thank you From: nginx on behalf of Richard Stanway Sent: Monday, October 24, 2016 10:25 PM To: nginx@nginx.org Subject: R

Re: Receive raw data

2016-10-27 Thread Nattakorn S
Can I use http and stream in nginx.conf like this? http { ... } From: nginx on behalf of Richard Stanway Sent: Monday, October 24, 2016 10:25 PM To: nginx@nginx.org Subject: Re: Receive raw data Nginx will need a valid header in order to know what

Problem nginx perf

2016-10-27 Thread etiennej
Hello ! I've got some strange behaviour testing nginx with gatling. My scenario is : 50 users over 1 second try to access one very simple html page (only "test" in it). nginx conf for conf.d/test.conf : server { listen 80; location /test { alias /var/www; index ind