{"id":248,"hash":"58ec3d5adcf75edac0f5b6eb11f9ec07f375c0b3e08e05cd9ac8aae2f617a3b2","pattern":"Where can I find the error logs of nginx, using FastCGI and Django?","full_message":"I'm using Django with FastCGI + nginx. Where are the logs (errors) stored in this case?","ecosystem":"pypi","package_name":"django","package_version":null,"solution":"Errors are stored in the nginx log file. You can specify it in the root of the nginx configuration file:\n\nerror_log  /var/log/nginx/nginx_error.log  warn;\n\nOn Mac OS X with Homebrew, the log file was found by default at the following location:\n\n/usr/local/var/log/nginx","confidence":0.95,"source":"stackoverflow","source_url":"https://stackoverflow.com/questions/1706111/where-can-i-find-the-error-logs-of-nginx-using-fastcgi-and-django","votes":466,"created_at":"2026-04-19T04:41:37.862965+00:00","updated_at":"2026-04-19T04:51:49.900169+00:00"}