Fix your markdown

This commit is contained in:
Eli Saado 2018-12-10 19:36:56 +01:00 committed by GitHub
parent 995cb08538
commit d4b9259851
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
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/;
```
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/`.