all-in-one/Containers/mastercontainer/internal.Caddyfile
Zoey bf02678920 replace apache with a second caddy
Signed-off-by: Zoey <zoey@z0ey.de>
2025-10-20 15:00:12 +02:00

29 lines
315 B
Caddyfile

{
auto_https off
storage file_system {
root /mnt/docker-aio-config/caddy/
}
log {
level ERROR
}
servers {
protocols h1 h2
}
skip_install_trust
}
https://:8080 {
root * /var/www/docker-aio/php/public
encode
php_fastcgi unix//run/php.sock
file_server
tls {
on_demand
issuer internal
}
}