webdav: add config
This commit is contained in:
parent
ee7ee2b19d
commit
4b5ed5c8a5
13 changed files with 260 additions and 39 deletions
5
roles/webdav-web/templates/webdav.Caddyfile.j2
Normal file
5
roles/webdav-web/templates/webdav.Caddyfile.j2
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
webdav.roosens.me {
|
||||
reverse_proxy {{ hostvars[groups['webdav'][0]].static_ip }}:8018 {
|
||||
header_down +X-Robots-Tag "none"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue