[mod] caddy

This commit is contained in:
Andy Bunce 2022-03-30 23:21:27 +01:00
parent d76247f308
commit 188a0a4a65
1 changed files with 18 additions and 2 deletions

View File

@ -48,7 +48,23 @@
} }
# local domain # local domain
odroid.local { odroid.local {
tls internal
basicauth {
Bob JDJhJDEwJEVCNmdaNEg2Ti5iejRMYkF3MFZhZ3VtV3E1SzBWZEZ5Q3VWc0tzOEJwZE9TaFlZdEVkZDhX
}
encode zstd gzip encode zstd gzip
root . root .
file_server browse file_server browse
}
xu4.local {
tls internal
# hiccup
basicauth {
Bob JDJhJDEwJEVCNmdaNEg2Ti5iejRMYkF3MFZhZ3VtV3E1SzBWZEZ5Q3VWc0tzOEJwZE9TaFlZdEVkZDhX
}
encode zstd gzip
root .
file_server browse
} }