Hey guys,
I'm having some problems with nginx + phalcon on ubuntu 14.04. I'm using the default config file from the phalcon documentation (https://docs.phalcon.io/en/latest/reference/nginx.html) and everything is working as expected, the only problem is that phalcon treats the public directory as a controller and thus i can't load any images etc from the public folder. For example when i open test.dev/public/image.png it says "PublicController handler class cannot be loaded".
Any ideas what i could be doing wrong?