On Sat, Aug 15, 2015 at 02:50:13PM -0400, daveyfx wrote: Hi there,
> I'm having an issue where nginx is only caching homepage requests. If i > send requests to my server, the HTML at the homepage is saved, but requests > to any URI otherwise do not save in the cache and upstream_cache_status > returns with a MISS. > > How can I fix my config so that requests other than / will cache properly? http://nginx.org/r/uwsgi_cache_valid What in the full response from the uwsgi server for the homepage request? What is the full response for one other request? "tcpdump" or otherwise snoop the traffic between nginx and uwsgi. Or perhaps check the nginx debug log. f -- Francis Daly [email protected] _______________________________________________ nginx mailing list [email protected] http://mailman.nginx.org/mailman/listinfo/nginx
