centos下重启Nginx,修改php配置后生效
2018-08-12 本文已影响22人
AISpider
1.打开报错系统
error_reporting = E_ALL | E_STRICT
display_errors = on
修改完Nginx配置文件后往往需要重启Nginx和php-fpm
systemctl restart php-fpm
systemctl restart nginx.service
1.打开报错系统
error_reporting = E_ALL | E_STRICT
display_errors = on
修改完Nginx配置文件后往往需要重启Nginx和php-fpm
systemctl restart php-fpm
systemctl restart nginx.service