Where can I find the error logs of nginx, using FastCGI and Django?

后端 未结 9 1215
慢半拍i
慢半拍i 2020-11-30 16:02

I\'m using Django with FastCGI + nginx. Where are the logs (errors) stored in this case?

9条回答
  •  天涯浪人
    2020-11-30 16:53

    I was looking for a different solution.

    Error logs, by default, before any configuration is set, on my system (x86 Arch Linux), was found in:

    /var/log/nginx/error.log
    

提交回复
热议问题