Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in Web Technology by (19.9k points)

I'm using django with fastcgi + nginx. I want to know where the logs (error) are stored in this case.

1 Answer

0 votes
by (25.1k points)

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;

Browse Categories

...