Merge pull request #1 from elisaado/patch-1

Fix(ed) your markdown
This commit is contained in:
Mohammad Naghavi 2018-12-21 12:12:14 +01:00 committed by GitHub
commit dd3843720b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,5 @@
#nginx file browser # nginx file browser
This web application is a very simple file browser which can be used 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). effectively together with [nginx's autoindex module](http://nginx.org/en/docs/http/ngx_http_autoindex_module.html).
@ -38,4 +39,4 @@ shall be changed to
alias /home/myuser/files-to-serve/; alias /home/myuser/files-to-serve/;
``` ```
And the mounting point is now `/home/myuser/files-to-serve/` instead of `/opt/www/files/`. And the mounting point is now `/home/myuser/files-to-serve/` instead of `/opt/www/files/`.