catalyst / moodle-tool_lockstats

Moodle cron / task API lock statistics admin tool
https://moodle.org/plugins/tool_lockstats
6 stars 13 forks source link

Too many redirects when change a page for Slowest tasks this week #29

Closed dmitriim closed 5 years ago

dmitriim commented 5 years ago

Using the latest version of the plugin in Moodle 3.5 Webserver Nginx behind a load balancer. When I click to the next page for Slowest tasks this week report I got redirected to the /admin/tool/lockstats?page=1/////////////////// and it dies with ERR_TOO_MANY_REDIRECTS

dmitriim commented 5 years ago

Looks like Nginx doesn't like URL like /admin/tool/lockstats?page=1, but like it with index.php like admin/tool/lockstats/index.php?page=1