Skip to content

nginx.autoindex.conf; 极简 nginx 目录索引, windows不乱码

License

Notifications You must be signed in to change notification settings

fulicat/nginx.autoindex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nginx.autoindex 目录索引

autoindex for nginx


不支持IE浏览器
Internet explorer is not supported

download nginx.autoindex.conf

config:
    server {
        listen       80;
        server_name  localhost;
    
        # autoindex
        include nginx.autoindex.conf;
    
        location / {
            root   html;
            index  index.html index.htm;
        }
    }
screenshots:

screenshots

About

nginx.autoindex.conf; 极简 nginx 目录索引, windows不乱码

Resources

License

Stars

Watchers

Forks

Packages

No packages published