Fix: some typos
Some checks failed
Publish Docker rootless image / Push Docker image to Docker Hub (push) Failing after 1m32s
Publish Docker image / Push Docker image to Docker Hub (push) Failing after 38s
Some checks failed
Publish Docker rootless image / Push Docker image to Docker Hub (push) Failing after 1m32s
Publish Docker image / Push Docker image to Docker Hub (push) Failing after 38s
This commit is contained in:
parent
a50dc87e7a
commit
6593fc02bd
1 changed files with 1 additions and 2 deletions
|
@ -4,7 +4,7 @@ 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).
|
||||||
|
|
||||||
![nginx file browser in action - light theme](assets/screenshot-light.jpg)
|
![nginx file browser in action - light theme](assets/screenshot-light.jpg)
|
||||||
![nginx file browser in action - light theme](assets/screenshot-dark.jpg)
|
![nginx file browser in action - dark theme](assets/screenshot-dark.jpg)
|
||||||
|
|
||||||
A sample nginx configuration is also included which mounts **file browser** under root (`/`) and mounts files to be listed under `/files` path. Hence is the `filesBaseUrl` under
|
A sample nginx configuration is also included which mounts **file browser** under root (`/`) and mounts files to be listed under `/files` path. Hence is the `filesBaseUrl` under
|
||||||
|
|
||||||
|
@ -46,5 +46,4 @@ shall be changed to
|
||||||
```
|
```
|
||||||
|
|
||||||
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/`.
|
||||||
# ISO-Share
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue