Recently installed magento on an nginx web server. After sorting out a few issues with php5-fpm I managed to install magento. Every page now 404s (with the magento 404 template). I want to get to the root of the problem but magento isn't producing a system.log and nginx isn't bringing up any errors.
Magento seems to be writing to the /tmp/magento/var folder. The only subfolders of var are 'cache' and 'session' neither of which contains the useful 'system.log'.
I have looked around and cannot find a way of activating the log without having access to the control panel (every page 404's so I cannot access it).
Very annoying, considering the 404 problem is too generic to be tackled without a system log.
Any help would be appreciated.