Files
2022-03-20 12:32:29 +01:00

16 lines
236 B
Caddyfile

http://social-network.localhost {
root * /usr/src/app/
encode gzip zstd
@notStatic {
not path /static/* /media/*
}
reverse_proxy @notStatic django:8000
file_server /static/*
file_server /media/*
}