mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-01-06 05:51:49 +08:00
48e70e2b00
Signed-off-by: Simon L <szaimen@e.mail.de>
34 lines
486 B
Caddyfile
34 lines
486 B
Caddyfile
{
|
|
auto_https disable_redirects
|
|
|
|
storage file_system {
|
|
root /mnt/data/caddy
|
|
}
|
|
|
|
servers {
|
|
# trusted_proxies placeholder
|
|
}
|
|
|
|
log {
|
|
level ERROR
|
|
}
|
|
}
|
|
|
|
{$PROTOCOL}://{$NC_DOMAIN}:{$APACHE_PORT} {
|
|
|
|
# Bundled
|
|
import /caddy-imports/*
|
|
|
|
# Others
|
|
import /mnt/data/caddy-imports/*
|
|
|
|
# Nextcloud
|
|
import /mnt/data/nextcloud
|
|
|
|
# TLS options
|
|
tls {
|
|
issuer acme {
|
|
disable_http_challenge
|
|
}
|
|
}
|
|
}
|