Thanks Peter. I just sent you an email from sethleon at gmail dot com.
Posted at Nginx Forum:
https://forum.nginx.org/read.php?2,274097,274112#msg-274112
___
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx
Thank you for the insights Francis!!
It's too early to tell, but I think moving the "if" statement outside the
location block may have done the trick. I also changed the the statement so
that only GET requests are cached like so:
if ($request_method != GET) {
set $skip_cache 1;
Hi all, new to this awesome community, and would greatly appreciate some
help. I love Nginx but for months I've been trying to tackle a very strange
issue where fastcgi is caching a blank page when monitoring tools like
Monitis or Uptime Robot run keyword-based uptime monitors for the root URL
only