No need to specify "autoindex off" since it's the default value.

This commit is contained in:
Shuai Lin 2016-11-27 22:44:47 +08:00
parent a8e1de7ec1
commit 65a328d14e
2 changed files with 2 additions and 3 deletions

View file

@ -32,10 +32,10 @@ Now visit `http://hostname` or `https://hostname` to open Seafile Web UI.
The config files are under `shared/seafile/conf`. You can modify the configurations according to [Seafile manual](https://manual.seafile.com/) The config files are under `shared/seafile/conf`. You can modify the configurations according to [Seafile manual](https://manual.seafile.com/)
After modification, restart the docker instance: After modification, restart the docker container:
``` ```
./launcher restart sudo ./launcher restart
``` ```
#### Find logs #### Find logs

View file

@ -71,7 +71,6 @@ server {
location /media { location /media {
root /opt/seafile/seafile-server-latest/seahub; root /opt/seafile/seafile-server-latest/seahub;
autoindex off;
} }
# For letsencrypt # For letsencrypt