django-template/Caddyfile
Andros Fenollosa 400d0f1b9c Add template
2022-06-27 14:28:40 +02:00

12 lines
144 B
Caddyfile

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