index.community/config/Caddyfile

14 lines
139 B
Caddyfile

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