8 lines
141 B
Caddyfile
8 lines
141 B
Caddyfile
:80 {
|
|
handle_path /api/v1/* {
|
|
reverse_proxy localhost:8000
|
|
}
|
|
file_server {
|
|
root src/retailtwin/api/static
|
|
}
|
|
} |