Re: curl "Connection refused" caused by SSL config

2015-03-05 Thread Fry-kun
So it looks like the ssl config is valid per-port only. If I set up a server on a different port with different ssl config, it works. Is this a bug or is it by design? Posted at Nginx Forum: http://forum.nginx.org/read.php?2,257064,257086#msg-257086 __

Re: Weird issues with fastcgi_cache and images

2015-03-05 Thread itpp2012
Have you tried this with curl -i to see if it's not a browser cache issue? Sounds like a cached file with an expire date which is still valid against your expire date from cache. Posted at Nginx Forum: http://forum.nginx.org/read.php?2,257078,257079#msg-257079 __

Weird issues with fastcgi_cache and images

2015-03-05 Thread Bertrand Caplet
Hey guys, I got a strange issues when I activate fastcgi_cache some images doesn't load on first load of the page but when hitting refresh it loads. Here's my configuration : location ~ \.php$ { # FastCGI optimizing fastcgi_buffers 4 256k; fastcgi_buffer_size 128k;

Re: How do I show 403 error

2015-03-05 Thread Maxim Dounin
Hello! On Wed, Mar 04, 2015 at 10:16:02PM -0500, blason wrote: > Thanks Max. > > I am just trying that on my test server. Also this proxy I am gonna use for > MS Exchange OWA and thus would not want to publish /ActiveSync and > /offlineaddressbok urls through my reverse proxy. > > How can I bl

Re: add_before_body

2015-03-05 Thread itpp2012
neophyte Wrote: --- > Even when I add_before_body on every individual server it still gives > me "Input file not specified" This message is a PHP message, you have a php location block somewhere trying to run a php script and failing (script not