[mod] caddy

This commit is contained in:
Andy Bunce 2022-03-30 22:28:17 +01:00
parent 1cb07e5fc0
commit d76247f308
1 changed files with 12 additions and 2 deletions

View File

@ -18,8 +18,12 @@
reverse_proxy omv.local:8300
}
@wiki host wiki.quodatum.duckdns.org
handle @git {
reverse_proxy omv.local:8300
handle @wiki {
reverse_proxy odroid-n2.local:8088
}
@code host wiki.quodatum.duckdns.org
handle @code {
reverse_proxy odroid-n2.local:8444
}
# Fallback for otherwise unhandled domains
handle {
@ -42,3 +46,9 @@
abort
}
}
# local domain
odroid.local {
encode zstd gzip
root .
file_server browse
}