I have a weird issue where my camel case controller "AuthEventsController" dispatches correctly on my dev environment (centos) but not my production env (amazon-linux). From what I've read it shouldnt dispatch without some modification to the dispatcher. But why is this working on centos but not amazon-linux? Is there something in the different nginx/php packages that might affect this?