mirror of
https://akkoma.dev/AkkomaGang/akkoma.git
synced 2024-11-08 09:24:18 +00:00
15 lines
275 B
Caddyfile
15 lines
275 B
Caddyfile
|
# default docker Caddyfile config for Akkoma
|
||
|
#
|
||
|
# Simple installation instructions:
|
||
|
# 1. Replace 'example.tld' with your instance's domain wherever it appears.
|
||
|
|
||
|
example.tld {
|
||
|
log {
|
||
|
output file /var/log/caddy/akkoma.log
|
||
|
}
|
||
|
|
||
|
encode gzip
|
||
|
|
||
|
reverse_proxy akkoma:4000
|
||
|
}
|