Update README.md

pull/1/head
Tai 4 years ago
parent 09403db133
commit 3b6b94527d

@ -36,4 +36,22 @@ Change SERVICE_URL from http to https and remove the :8000 at the end.
Example Below:
```
SERVICE_URL https://subdomain.example.com
```
```
# Optional: Setting Up WebDav
## Caddyfile
```
webdav.example.com {
reverse_proxy seafile:8080
}
```
Here I assigned a new subdomain webdav and point it to port 8080 which is the defualt on seafdav.conf
## seafdav.conf
```
nano /home/~/docker/seafile/seafile-data/seafile/conf/seafdav.conf
```
Set ```enabled=true```
Set ```share_name = /```

Loading…
Cancel
Save