Hi,
>>proxy_cache_key "$upstream_addr*$request";
I am not sure that you are using the correct format for proxy_cache_key
directive.
my I know what is the wildcard char "*" doing out there, between
$upstream_addr and $request?
refer to nginx directive example:
proxy_cache_key "$host$request_uri $c
Hello nginx experts,
I wonder how nginx generate the server status by stub_status directive.
I have set several virtual host on single server and I put the several nginx
server behind load balancer.
I have 2 questions:
1. does stub_status show difference results between virtual hosts in one
serve