nginx conf 502 on reverse proxy location

2015-05-09 Thread Matt Rutherford
my http conf is at http://p.ngx.cc/2018 currently getting me a 502 when I hit my_server.com/oauth/ Any idea what I'm doing wrong? thanks ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Re: static file performance "staircase" pattern

2015-05-09 Thread Lucas Rolff
What you should do, to increase the concurrent amount of requests, is to use domain-sharding, since as Paul mentioned, browsers have between 4 and 8 (actually) simultaneous connections per domain, meaning if you introduce static1,2,3.domain.com, you will increase your concurrency. But at same

Re: static file performance "staircase" pattern

2015-05-09 Thread Paul Smith
On Sat, May 9, 2015 at 11:37 AM, Dennis Jacobfeuerborn wrote: > Hi, > I'm trying to find out how to effectively deliver pages with lots of > images on a page. Attached you see opening a static html page that > contains lots of img tags pointing to static images. Please also note > that all images