PyConES24/Caddyfile
2024-01-09 12:47:08 +01:00

8 lines
141 B
Caddyfile

:80 {
handle_path /api/v1/* {
reverse_proxy localhost:8000
}
file_server {
root src/retailtwin/api/static
}
}