Nginx's enumerating file list function cannot be turned on?

server {
        listen 8000;
        root html;
        autoindex on;
        autoindex_exact_size off;
        autoindex_localtime on;

}

the list function has been enabled using autoindex on;, but accessing localhost:8000 still displays the contents of index.html

Jan.19,2022

if there is index.html, index.html, will be displayed. You can turn off the index configuration

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b3b090-2c241.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b3b090-2c241.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?