1 # default Caddyfile config for Akkoma
3 # Simple installation instructions:
4 # 1. Replace 'example.tld' with your instance's domain wherever it appears.
5 # 2. Copy this section into your Caddyfile and restart Caddy.
9 output file /var/log/caddy/akkoma.log
14 # this is explicitly IPv4 since Pleroma.Web.Endpoint binds on IPv4 only
15 # and `localhost.` resolves to [::0] on some systems: see issue #930
16 reverse_proxy 127.0.0.1:4000