e51406e31a
add env and clean old apps
12 lines
133 B
Caddyfile
12 lines
133 B
Caddyfile
{$DOMAIN_URL}
|
|
|
|
root * /usr/src/app/
|
|
|
|
@notStatic {
|
|
not path /static/* /media/*
|
|
}
|
|
|
|
reverse_proxy @notStatic django:8000
|
|
|
|
file_server
|