Re: static file performance "staircase" pattern

2015-05-10 Thread Nikolaj Schomacker
And a last thing you should be aware of if it applies to your case is SEO. Using multiple domains for images is perfectly fine in the eyes of Google, but be sure the same images is always served from the same subdomain. Also be sure to have all of the subdomains added to the same webmasters account

Re: nginx conf 502 on reverse proxy location

2015-05-10 Thread B.R.
Your configuration appears very strange at first glance: you are using some proxy_* directives while issuing a uwsgi_pass. Try cleaning it up by removing extra directive on first hand and try to make it workd with the most minimalist configuration possible. Anyhow, check your backend listens on th

Re: nginx conf 502 on reverse proxy location

2015-05-10 Thread itpp2012
Try location /oauth { Posted at Nginx Forum: http://forum.nginx.org/read.php?2,258776,258778#msg-258778 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx