I'm using the pagination plugin for a news archive. My system.ymal looks like this:
cache:
enabled: false
check:
method: file
driver: auto
prefix: g
clear_images_by_default: true
cli_compatibility: false
lifetime: 604800
gzip: false
allow_webserver_gzip: false
When I set cache: enabled to true the pagination does not work anymore. The url page parameter changes from :1 to :2 ect. but the content is always the content from the first page.
I'm using nginx with apc/apcu enabled.
What am I doing wrong?