PyConES24/Caddyfile

8 lines
141 B
Caddyfile
Raw Permalink Normal View History

2024-05-08 23:55:08 +02:00
:80 {
handle_path /api/v1/* {
reverse_proxy localhost:8000
}
file_server {
root src/retailtwin/api/static
}
}