django-template/Caddyfile
jnfire e51406e31a add env and clean old apps
add env and clean old apps
2022-07-29 10:59:09 +02:00

12 lines
133 B
Caddyfile

{$DOMAIN_URL}
root * /usr/src/app/
@notStatic {
not path /static/* /media/*
}
reverse_proxy @notStatic django:8000
file_server