Re: Quick question on NGINX cache

2020-05-23 Thread Alex Evonosky
Jore- I applied the proxy_hide_header for no-cache headers to NGINX can process it and cache it. On Sat, May 23, 2020 at 5:17 PM Jore wrote: > Hi Alex/all, > > How did you fix? > > I've got a very similar issue. > > nginx running Wordpress with the Hypercache plugin but only the homepage > is c

RE: Re: Quick question on NGINX cache

2020-05-23 Thread 7149144120
Iol -Original Message- From: Sent: Sat, 23 May 2020 16:18:33 -0400 To: 7149144...@txt.att.net Subject: Re: Quick question on NGINX cache >"Can you be more specific? Which "cache"? Browser cache? Nginx content >cache? try_files has nothing to do with caching..." > > >Nginx conten

Re: Quick question on NGINX cache

2020-05-23 Thread Jore
Hi Alex/all, How did you fix? I've got a very similar issue. nginx running Wordpress with the Hypercache plugin but only the homepage is cached, other pages "miss" according to page headers. Thanks, Jore On 24/5/20 7:04 am, Alex Evonosky wrote: > Disregard, found the issue. > > thank you. > >

Re: Quick question on NGINX cache

2020-05-23 Thread Alex Evonosky
Disregard, found the issue. thank you. On Sat, May 23, 2020 at 4:18 PM Alex Evonosky wrote: > "Can you be more specific? Which "cache"? Browser cache? Nginx content > cache? try_files has nothing to do with caching..." > > > Nginx content cache > > > "Either way, you need to check your headers

Re: Quick question on NGINX cache

2020-05-23 Thread Alex Evonosky
"Can you be more specific? Which "cache"? Browser cache? Nginx content cache? try_files has nothing to do with caching..." Nginx content cache "Either way, you need to check your headers to ensure that they allow caching for said pages. Also if any cookies are being sent then nginx won't cache

Re: Quick question on NGINX cache

2020-05-23 Thread J.R.
> And the main page caches OK, but any page the resides on the "?page_id" is > not getting cached. Is there more to the "try_files" that needs applied > for caching of these permalinks? Can you be more specific? Which "cache"? Browser cache? Nginx content cache? try_files has nothing to do with c