demo-HTML-over-WebSockets-i.../Caddyfile
Andros Fenollosa e3e1a0144c Fix bad names
2021-03-08 21:25:34 +01:00

12 lines
144 B
Caddyfile

http://my-demo.localhost
root * /usr/src/app/
@notStatic {
not path /static/* /media/*
}
reverse_proxy @notStatic django:8000
file_server