django-template/Caddyfile.dev
2021-04-16 18:35:06 +02:00

12 lines
140 B
Caddyfile

http://api.localhost
root * /usr/src/app/
@notStatic {
not path /static/* /media/*
}
reverse_proxy @notStatic django:8000
file_server