Re: nginx-quic http3 reverse proxy problem

2021-01-24 Thread dahekik
hey maybe this " what is a reverse proxy guide " may help https://www.namecheap.com/guru-guides/what-is-reverse-proxy-server/ but you can try to build NGINX with HTTP/3 support enabled: % ./configure \ --prefix=$PWD \ --wit

Re: Can't get a simple proxy to cache anything

2021-01-24 Thread Phil Endecott
Maxim Dounin wrote: You haven't configured any proxy_cache_valid directives (see http://nginx.org/r/proxy_cache_valid for details), and the response doesn't have any cache validity headers, such as "Expires" or "Cache-Control: max-age=...". Thanks Maxim! It now seems to work. I guess I was e