Caddyfile: use internal directive by default for self-signed certs

This commit is contained in:
ChaoticByte 2025-09-07 22:27:08 +02:00
parent 71bc46c72d
commit 054c5db2f2
No known key found for this signature in database

View file

@ -9,7 +9,8 @@
{$CADDY_HOSTS} { {$CADDY_HOSTS} {
# the tls certificates # the tls certificates
tls {$DATADIR}/tls/server.pem {$DATADIR}/tls/server-key.pem # tls {$DATADIR}/tls/server.pem {$DATADIR}/tls/server-key.pem
tls internal
route { route {
# profile pictures # profile pictures
file_server /profilepictures/* { file_server /profilepictures/* {