index.community/config/Caddyfile

14 lines
139 B
Caddyfile
Raw Normal View History

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