mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-01-06 13:56:45 +08:00
17 lines
201 B
Text
17 lines
201 B
Text
|
{
|
||
|
auto_https disable_redirects
|
||
|
|
||
|
storage file_system {
|
||
|
root /mnt/docker-aio-config/caddy/
|
||
|
}
|
||
|
}
|
||
|
|
||
|
https://:8443 {
|
||
|
|
||
|
reverse_proxy localhost:8000
|
||
|
|
||
|
tls {
|
||
|
on_demand
|
||
|
}
|
||
|
}
|