If you try to get access of your root folder of web server you might get this error “You don’t have permission to access / on this server.”. There is a quick fix, so you can easily access what you want.
Quick fix:
1 2 3 | $ chcon -R -t httpd_sys_content_t <path to web files> |