Merge branch 'develop' into stable
[akkoma] / docker-resources / Caddyfile.example
1 # default docker Caddyfile config for Akkoma
2 #
3 # Simple installation instructions:
4 # 1. Replace 'example.tld' with your instance's domain wherever it appears.
5
6 example.tld {
7 log {
8 output file /var/log/caddy/akkoma.log
9 }
10
11 encode gzip
12
13 reverse_proxy akkoma:4000
14 }