seafdav and seadoc are working
This commit is contained in:
20
caddy/sites/seafile.caddy
Normal file
20
caddy/sites/seafile.caddy
Normal file
@@ -0,0 +1,20 @@
|
||||
seafile.{$SUBDOMAIN}.{$DOMAIN} {
|
||||
log {
|
||||
output file /var/log/seafile.log
|
||||
}
|
||||
|
||||
rewrite /socket.io /socket.io/
|
||||
|
||||
handle_path /socket.io/* {
|
||||
rewrite * /socket.io{path}
|
||||
reverse_proxy host:7070
|
||||
}
|
||||
|
||||
handle_path /sdoc-server/* {
|
||||
reverse_proxy host:7070
|
||||
}
|
||||
|
||||
route {
|
||||
reverse_proxy host:8082
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user