Notice that once new cache folder created, it will turn out to be 403 Forbidden. How do I solve this on Magento2?
If I ran this command, it will work for temporary till new cache folder created and it turn out to be 403 forbidden again.
find . -type d -print0 | xargs -0 chmod 755