Fix your markdown
This commit is contained in:
parent
995cb08538
commit
d4b9259851
1 changed files with 3 additions and 2 deletions
|
@ -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/`.
|
||||||
|
|
Loading…
Reference in a new issue