mirror of
https://github.com/ggogel/seafile-containerized.git
synced 2024-11-16 09:01:38 +00:00
No need to specify "autoindex off" since it's the default value.
This commit is contained in:
parent
a8e1de7ec1
commit
65a328d14e
|
@ -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/)
|
||||
|
||||
After modification, restart the docker instance:
|
||||
After modification, restart the docker container:
|
||||
|
||||
```
|
||||
./launcher restart
|
||||
sudo ./launcher restart
|
||||
```
|
||||
|
||||
#### Find logs
|
||||
|
|
|
@ -71,7 +71,6 @@ server {
|
|||
|
||||
location /media {
|
||||
root /opt/seafile/seafile-server-latest/seahub;
|
||||
autoindex off;
|
||||
}
|
||||
|
||||
# For letsencrypt
|
||||
|
|
Loading…
Reference in a new issue