This commit is contained in:
Andreas Knuth 2025-09-19 17:31:51 -05:00
parent 22eadee4cd
commit 3da5e3c814
1 changed files with 12 additions and 1 deletions

View File

@ -114,6 +114,17 @@ iitwelders.bayarea-cc.com {
encode gzip
}
s3mail.bayarea-cc.com {
# wenn du API innerhalb von Next bedienst, weiterleiten an den Next Prozess
handle {
reverse_proxy host.docker.internal:3060
}
log {
output file /var/log/caddy/s3mail.log
format console
}
encode gzip
}
www.fancytextstuff.com {
redir https://fancytextstuff.com{uri} permanent
}