demo-HTML-over-WebSockets-i.../Caddyfile

12 lines
144 B
Caddyfile
Raw Permalink Normal View History

2021-03-08 21:25:34 +01:00
http://my-demo.localhost
2021-03-07 18:15:29 +01:00
root * /usr/src/app/
@notStatic {
not path /static/* /media/*
}
reverse_proxy @notStatic django:8000
file_server