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
__
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
__
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;
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
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