Skip to content

jandradap/nginx-autoindex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nginx AutoIndex

A branch of nginx:latest with autoindex on. Serves all files in /usr/share/nginx/html

nginx:latest

location / {
    root   /usr/share/nginx/html;
    index  index.html index.htm;
}

jorgeandrada/nginx-autoindex:latest

location / {
    root   /usr/share/nginx/html;
    autoindex on;
}
docker run --name=web -p 8080:80  -h web -v path_web_site:/usr/share/nginx/html -d jorgeandrada/nginx-autoindex

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages