Solve Error: hexo 403 forbidden

Once you deployed the hexo with Nginx on your web instance, you might get the 403 forbidden error, try the following step to fix:

Solution:

  • Run vim /etc/selinux/config

  • Comment the SELINUX line.
    #SELINUX=enforcing

  • Add SELINUX=disabled

  • Reboot

原文地址:https://www.cnblogs.com/grandyang/p/14644651.html