vi /etc/httpd/conf.d/welcom.conf

<LocationMatch "^/+$">
    #Options -Indexes

 

vi /etc/httpd/conf/httpd.conf

<Directory "/var/www/html">
    Options Indexes FollowSymLinks
    Require all granted
</Directory>

service httpd restart

相关文章: