25 lines
383 B
Text
25 lines
383 B
Text
{
|
|
email jurnwubben@gmail.com
|
|
|
|
}
|
|
|
|
files.jsw.tf {
|
|
log {
|
|
output file /var/log/caddy/access-files.jsw.tf.log
|
|
}
|
|
|
|
handle_path /seafhttp/* {
|
|
reverse_proxy * unix//run/seafile/server.sock
|
|
}
|
|
handle_path /* {
|
|
reverse_proxy * unix//run/seahub/gunicorn.sock
|
|
}
|
|
}
|
|
|
|
share.jsw.tf www.share.jsw.tf {
|
|
log {
|
|
output file /var/log/caddy/access-share.jsw.tf.log
|
|
}
|
|
|
|
reverse_proxy :9000
|
|
}
|