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,
Thanks for reading this.
My apologies if this has been answered before, but after much reading
(official docs, mailing list discussions, etc.) I'm still not completely
clear on whether this is supported. I know it's a hangup on my part, but
I've not managed to get past the stumbling point
This is CentOS 7. My /etc/hosts file:
[root@dwswiki10 nginx]# cat /etc/hosts
127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4
#::1 localhost localhost.localdomain localhost6 localhost6.localdomain6
#127.0.1.1 dwswiki10.westmarine.net dwswiki10
10.13.4.24
For some reason NGINX sometimes stops serving my tomcat pages and starts
wanting to serve pages from .../nginx/html/.
I don't get it. On Friday, at 13:39, I was happily browsing my XWiki site, as
you can see from the NGINX access_log. Then from that log you see no activity
until 10:31 this
On Mon, May 08, 2017 at 01:59:43AM -0400, seth2958 wrote:
Hi there,
I do not have an answer for you, but I have some suggestions which might
help you identify the problem and solution.
> fastcgi is caching a blank page when monitoring tools like
> Monitis or Uptime Robot run keyword-based uptime
Hi
As known, the keepalive directive can activate the connections cache for
upstream servers. I know the connection pool is in each worker process. But
I'ms confused that the connection number is for each upstream server or is
shared for all servers? It's documented at
http://nginx.org/en/docs/ht