I’m interested in this answer as well but will offer what I’ve done so far.
In your example, the only thing I’ve added are these three lines in the
location block:
proxy_cache_valid 200 1y;
proxy_cache_bypass 1;
proxy_no_cache 1;
But I am not sure I am doing this correctly because I am running i
I have a situation where I receive a request like:
http://device.healthcheck.com/ready
I want this to be sent to a server upstream but keep the full request
intact. For example:
server {
resolver 8.8.8.8;
listen 80;
location / {
//