akkoma/docker-resources/Caddyfile
FloatingGhost 8210345ca4
Some checks are pending
ci/woodpecker/push/woodpecker Pipeline is pending
add extra caddy setup
2022-10-16 19:28:16 +01:00

14 lines
281 B
Caddyfile

# default docker Caddyfile config for Akkoma
#
# Simple installation instructions:
# 1. Replace 'example.tld' with your instance's domain wherever it appears.
akkoma.local.live {
log {
output file /var/log/caddy/akkoma.log
}
encode gzip
reverse_proxy akkoma:4000
}