fix: added webdav to its own seperate domain
This commit is contained in:
parent
001d85855a
commit
78b0df91aa
1 changed files with 7 additions and 5 deletions
|
|
@ -108,12 +108,14 @@ pihole.home.brianpooe.com {
|
|||
nas.home.brianpooe.com {
|
||||
import common
|
||||
reverse_proxy 192.168.10.24:5000
|
||||
}
|
||||
|
||||
# Specific handling for WebDAV paths
|
||||
# WebDAV requires specific methods that Caddy handles well by default,
|
||||
# but we point it to the WebDAV port (5006)
|
||||
handle /dav/* {
|
||||
reverse_proxy 192.168.10.24:5006
|
||||
dav.home.brianpooe.com {
|
||||
import common
|
||||
reverse_proxy 192.168.10.24:5006 {
|
||||
transport http {
|
||||
tls_insecure_skip_verify
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue