首页 > 技术文章 > Nginx 提示500 ,设置提示具体错误

sz-xioabai 2020-05-02 07:12 原文

在入口文件index.php设置

error_reporting(E_ALL);

ini_set('display_errors', 'On');

推荐阅读