fulicat / nginx.autoindex

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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不乱码

License:MIT License


Languages

Language:HTML 77.3%Language:JavaScript 22.7%