neues root

This commit is contained in:
Andreas Knuth 2026-01-01 06:18:51 -06:00
parent aded85eb66
commit dde671fe3d
1 changed files with 8 additions and 15 deletions

View File

@ -203,23 +203,16 @@ app.email-bayarea.com {
}
# Roundcube für docker-mailserver
config.email-bayarea.com {
# reverse_proxy host.docker.internal:3008
# log {
# output stderr
# format console
# }
# encode gzip
handle {
root * /home/aknuth/git/config-email/frontend/dist/assets # Neuer Prod-Dist-Ordner
try_files {path} {path}/ /index.html
file_server
}
root * /home/aknuth/git/config-email/frontend/dist
try_files {path} {path}/ /index.html
file_server
log {
output file /var/log/caddy/config-email.log # Separate Logs
output file /var/log/caddy/config-email.log
}
encode gzip
encode gzip
}
# Roundcube für docker-mailserver
api.email-bayarea.com {