demo-HTML-over-WebSockets-i.../Caddyfile
2021-03-07 18:15:29 +01:00

12 lines
148 B
Caddyfile

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