html-over-websockets-with-d.../Caddyfile

12 lines
142 B
Caddyfile
Raw Normal View History

2021-11-08 23:32:13 +01:00
http://event.localhost
root * /usr/src/app/
@notStatic {
not path /static/* /media/*
}
reverse_proxy @notStatic django:8000
file_server