django-template/Caddyfile.pro
jnfire 86ee2172d3 fix variables
fix variables
2022-08-01 15:52:14 +02:00

12 lines
140 B
INI

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