今天,使用GIT更新了我的应用程序,但之后出现了内部服务器错误。
我尝试用命令解决问题:
sudo chown -R ireserve:ireserve /home/ireserve/public_html
和
chgrp ireserve -R /home/ireserve/public_html
但还是同样的错误:
这是我的文件夹权限:
任何想法是什么问题以及如何解决?
我也尝试以下命令:
find public_html/ -type d -exec chmod 755 {} \;
find public_html/ -type d -exec chmod ug+s {} \;
find public_html/ -type f -exec chmod 644 {} \;
chown -R ireserve:ireserve public_html
chown -R ireserve:ireserve public_html
chmod -R 777 public_html/storage
chmod -R 777 public_html/bootstrap/cache/