Re: Cache POST requests

2018-09-25 Thread Daniël Mostertman via nginx
Hi, On 2018-09-25 20:32, Lahiru Prasad wrote: >     What is the best way to cache POST requests in Nginx. I'm familiar > with using redis module to cache GET requests. But is it possible to > use the same for POST ? It's possible to cache POST-requests, but it's generall

Cache POST requests

2018-09-25 Thread Lahiru Prasad
Hi, What is the best way to cache POST requests in Nginx. I'm familiar with using redis module to cache GET requests. But is it possible to use the same for POST ? Search showed that Nginx POST caching possible via disk cache. I'm thinking whether it would be a good idea to use a RA