Re: Quick question on NGINX cache

2020-05-23 Thread Alex Evonosky
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. > > On Sat, May 23, 2020 at 4:18 PM Alex Evonosky &

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 > > >

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

Quick question on NGINX cache

2020-05-22 Thread Alex Evonosky
This should be pretty simple as I really cannot find a good answer on: Running Wordpress with the default permalinks (?page_id=xxx) On NGINX conf, I tried: location / { try_files $uri $uri/ /$args /index.php?$args; } And the main page caches OK, but any page the resides on the "?page_id" is no