django-template/Caddyfile.pro
jnfire ae2758a44f update code and fix errors
update code and fix errors
2022-08-02 08:56:21 +02:00

12 lines
139 B
INI

https://project.com
root * /usr/src/app/
@notStatic {
not path /static/* /media/*
}
reverse_proxy @notStatic django:8000
file_server