Merge branch 'master' of git.bizmatch.net:aknuth/docker

This commit is contained in:
Andreas Knuth 2026-02-02 12:18:10 -06:00
commit 676e0a91b6
1 changed files with 7 additions and 4 deletions

View File

@ -25,15 +25,18 @@ www.bizmatch.net {
root * /home/aknuth/git/bizmatch-project/bizmatch-server # Prod-Ordner
file_server
}
#handle {
# root * /home/aknuth/git/bizmatch-project-prod/bizmatch/dist/bizmatch/browser # Neuer Prod-Dist-Ordner
# try_files {path} {path}/ /index.html
# file_server
#}
handle {
root * /home/aknuth/git/bizmatch-project-prod/bizmatch/dist/bizmatch/browser # Neuer Prod-Dist-Ordner
try_files {path} {path}/ /index.html
file_server
reverse_proxy localhost:4200
}
log {
output file /var/log/caddy/access.prod.log # Separate Logs
}
encode gzip
encode gzip zstd
}
bizmatch.net {
redir https://www.bizmatch.net{uri} permanent