Quick question on NGINX cache
Alex Evonosky
alex.evonosky at gmail.com
Sat May 23 01:31:46 UTC 2020
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
not getting cached. Is there more to the "try_files" that needs applied
for caching of these permalinks?
Thank You,
Alex
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.nginx.org/pipermail/nginx/attachments/20200522/73627236/attachment.htm>
More information about the nginx
mailing list