Re: using $upstream* variables inside map directive

2020-11-11 Thread unoobee
I tried using $upstream_http_content_length inside the map directive with the "volatile" parameter to specify the proxy_cache behavior, but the map still uses the default value. Is there any way to set the proxy_cache behavior depending on $upstream_http_content_length via the map directive? Poste

Re: HTTP/3 and php POST

2020-11-11 Thread Roman Arutyunyan
Hello, > On 8 Nov 2020, at 15:42, Ryan Gould wrote: > > hello team, > > i have found that https://hg.nginx.org/nginx-quic (current as of 06 Nov 2020) > is having some trouble properly POSTing back to PayPal using php 7.3.24 on > a Debian Buster box. things work as expected using current mainlin

Re: using $upstream* variables inside map directive

2020-11-11 Thread Ruslan Ermilov
On Wed, Nov 11, 2020 at 12:55:30PM -0500, unoobee wrote: > Ruslan, could you send that patch for "map"? I would like to check it. The "volatile" parameter of the "map" directive is available since nginx version 1.11.7. ___ nginx mailing list nginx@nginx.

Re: using $upstream* variables inside map directive

2020-11-11 Thread unoobee
Ruslan, could you send that patch for "map"? I would like to check it. Posted at Nginx Forum: https://forum.nginx.org/read.php?2,249880,289960#msg-289960 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx