I have a script which works fine on my Apache/XAMPP for Windows until I put Apache behind Nginx, most controllers works fine except those on plugins folder. I ask Nginx to serve static content only (CSS,JS,etc) and pass request to Apache for dynamic content (PHP).
This is the part of Nginx.Conf file content:
--------------------------------------------
location / {
root /nginxport/proj...
