index.community/config/Caddyfile

12 lines
131 B
Caddyfile
Raw Normal View History

2019-02-22 15:37:10 +00:00
backend.fediverse.space {
tls tao@btao.org
gzip
root /srv
proxy / django:8000 {
transparent
except /static
}
}