mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-01-02 20:11:59 +08:00
16 lines
201 B
Caddyfile
16 lines
201 B
Caddyfile
{
|
|
auto_https disable_redirects
|
|
|
|
storage file_system {
|
|
root /mnt/docker-aio-config/caddy/
|
|
}
|
|
}
|
|
|
|
https://:8443 {
|
|
|
|
reverse_proxy localhost:8000
|
|
|
|
tls {
|
|
on_demand
|
|
}
|
|
}
|