django-template/Caddyfile.dev

12 lines
140 B
Caddyfile
Raw Normal View History

2021-04-01 09:48:35 +02:00
http://api.localhost
root * /usr/src/app/
@notStatic {
not path /static/* /media/*
}
reverse_proxy @notStatic django:8000
file_server