Back
I'm using django with fastcgi + nginx. I want to know where the logs (error) are stored in this case.
errors are stored in nginx log file. you can specify it in root of nginx config file.
error_log /var/log/nginx/nginx_error.log warn;
31k questions
32.8k answers
501 comments
693 users