@ -36,4 +36,22 @@ Change SERVICE_URL from http to https and remove the :8000 at the end.
@@ -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