diff --git a/README.md b/README.md index 6bf5c1b..632a213 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ This web application is a very simple file browser which can be used effectively together with [nginx's autoindex module](http://nginx.org/en/docs/http/ngx_http_autoindex_module.html). +![nginx file browser in action](assets/Screen-Shot-1.jpg) + A sample nginx configuration is also included. Mainly for demonstration purposes a docker image is also available [here](https://hub.docker.com/r/mohamnag/nginx-file-browser/). diff --git a/assets/Screen-Shot-1.jpg b/assets/Screen-Shot-1.jpg new file mode 100644 index 0000000..3ade45e Binary files /dev/null and b/assets/Screen-Shot-1.jpg differ diff --git a/assets/Screen-Shot-1.png b/assets/Screen-Shot-1.png new file mode 100644 index 0000000..7243c8e Binary files /dev/null and b/assets/Screen-Shot-1.png differ