django-template/Caddyfile.pro

12 lines
140 B
Prolog
Raw Normal View History

2022-08-01 15:52:14 +02:00
https://here.project
2021-04-01 09:48:35 +02:00
root * /usr/src/app/
@notStatic {
not path /static/* /media/*
}
reverse_proxy @notStatic django:8000
file_server