I'm using a module in PyroCMS called Pyrostreams.
Everything about the entire setup works fine, except it appears to be trying to call a couple of files from a "virtual" directory, which doesn't exist.
Here's the log entry:
"GET /streams_core/field_asset/css/datetime/datepicker.css HTTP/1.1" 404
The file actually exists in
/www/cms/system/cms/modules/streams_core/field_types/datetime/css
The author says it works just fine in Apache, and isn't himself able to install nginx.
Here's the nginx config that Pyrocms suggest:
http://docs.pyrocms.com/2.1/manual/index.php/general/getting-started/alternate-server-environments/nginx-with-php-fpm
Here's the complete nginx config file I'm using:
https://gist.github.com/3419706
And here's the .htaccess file that comes with the application (for those using Apache)
https://gist.github.com/3419710
Been round in a few circles trying to figure this out - a bit lost now. Any ideas would be appreciated.