index.community/config/Caddyfile

12 lines
131 B
Caddyfile

backend.fediverse.space {
tls tao@btao.org
gzip
root /srv
proxy / django:8000 {
transparent
except /static
}
}