Once you deployed the hexo with Nginx on your web instance, you might get the 403 forbidden
error, try the following step to fix:
Run vim /etc/selinux/config
Comment the SELINUX line.
#SELINUX=enforcing
Add SELINUX=disabled
Reboot
Solve Error: hexo 403 forbidden
原文:https://www.cnblogs.com/grandyang/p/14644651.html