website.jool-tech.com { # Fichiers statiques Django handle_path /static/* { root * /app/staticfiles file_server } # CVs : jamais accessibles publiquement handle /media/careers/cvs/* { respond 404 } # Autres fichiers media handle_path /media/* { root * /app/media file_server } # Application Django handle { reverse_proxy web:8000 } log { output stdout } }