Re: Nginx use Redis for caching

2023-04-13 Thread Software Info
Fantastic. That helps. Thank you very much. Best Regards, On Fri, Apr 7, 2023 at 6:45 PM Sergey A. Osokin wrote: > > Hi, > > hope you're doing well. > > On Thu, Apr 06, 2023 at 09:59:10AM -0500, Software Info wrote: > > I am trying to figure out how to use redis for caching in nginx. I > > found

Re: Nginx use Redis for caching

2023-04-07 Thread Sergey A. Osokin
Hi, hope you're doing well. On Thu, Apr 06, 2023 at 09:59:10AM -0500, Software Info wrote: > I am trying to figure out how to use redis for caching in nginx. I > found out how to do it in Wordpress but for a local php based site > that was set up, I am not seeing how to do it. Shouldn't I be able

Nginx use Redis for caching

2023-04-06 Thread Software Info
Hi All, I am trying to figure out how to use redis for caching in nginx. I found out how to do it in Wordpress but for a local php based site that was set up, I am not seeing how to do it. Shouldn't I be able to pass settings in nginx.conf for the Redis url and password? Can anyone point me in the