This commit is contained in:
Andreas Knuth 2025-07-31 17:38:05 -05:00
parent 24f6890357
commit 1d88681f28
1 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@
debug debug
} }
# Prod: Neue Domains # Prod: Neue Domains
www.bizmatch.net { bizmatch.net, www.bizmatch.net {
handle /pictures/* { handle /pictures/* {
root * /home/aknuth/git/bizmatch-project-prod/bizmatch-server # Prod-Ordner root * /home/aknuth/git/bizmatch-project-prod/bizmatch-server # Prod-Ordner
file_server file_server
@ -16,7 +16,7 @@ www.bizmatch.net {
file_server file_server
} }
log { log {
output file /var/log/caddy/access.prod.log { ... } # Separate Logs output file /var/log/caddy/access.prod.log # Separate Logs
} }
encode gzip encode gzip
} }