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
_______________________________________________
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx

Reply via email to