아파치 환경설정 파일을 열어서 Indexes 를 제거 합니다.


123@123:/etc/apache2$ pwd

/etc/apache2

123@123:/etc/apache2$ sudo nano apache2.conf 



<Directory /var/www/>

       Options FollowSymLinks

       AllowOverride None

       Require all granted


</Directory>

+ Recent posts