PyConES24/Caddyfile

8 lines
141 B
Caddyfile
Raw Normal View History

2024-01-09 12:47:08 +01:00
:80 {
handle_path /api/v1/* {
reverse_proxy localhost:8000
}
file_server {
root src/retailtwin/api/static
}
}