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 $cookie_user"; or by default is proxy_cache_key $scheme$pby xnirchan - Nginx Mailing List - English
Hello, I am not pretty sure, it is a good idea to cache into s3 bucket. Even it is just a proxy cache. because the objective of cache in general thinking is to access the nearest resources with lowest latency which is its local storage or memory. correct me if I am wrong, when I am looking at your configuration, I get that you want to do reverse proxy to s3 bucket. >>proxy_pass httby xnirchan - Other discussion
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 server or actually this status report is for whole server, regardless its virtual host? 2. what iby xnirchan - Nginx Mailing List - English
Hello I am server and network operator in small business company. I have used nginx for a year. so far it is great and I'd like to learn more.by xnirchan - New Member Introductions