Add an explanation why we disable the HTTP challenge in that Caddy instance

Signed-off-by: Pablo Zmdl <pablo@nextcloud.com>
This commit is contained in:
Pablo Zmdl
2026-04-10 14:51:51 +02:00
parent 0b4e9ab520
commit 0a96759c72

View File

@@ -75,6 +75,7 @@ http://{$APACHE_HOST}.nextcloud-aio:23973, # For Collabora callback and WOPI req
tls {
issuer acme {
profile shortlived
# Disable HTTP challenge because that would require port 80, which we don't get (it's exposed to the mastercontainer).
disable_http_challenge
}
}