PHP关闭错误提示自定义错误页面

PHP关闭错误提示自定义错误页面

ini_set("display_errors", "OFF");//关闭错误提示
fffffwfe

那就是显示

 

 

 

当然你可以自定义页面 去nginx去改

error_page 500 502 503 504 /50x.html;
location = /50x.html {
root html;
}

 

 

 

laravel whoops 错误提示需要注意下 laravel报错后 他是直接跳转到status500页面的 所以必须把nginx自定义错误页面关掉才能正常显示

 

posted @ 2021-05-06 10:46  newmiracle宇宙  阅读(98)  评论(0编辑  收藏  举报