You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
344 B
22 lines
344 B
:80 {
|
|
handle_path /api/v1/* {
|
|
rewrite * {path}
|
|
reverse_proxy geodata:8000
|
|
}
|
|
|
|
handle_path /martin/* {
|
|
rewrite * {path}
|
|
reverse_proxy martin:3000
|
|
}
|
|
|
|
redir /openapi.json /api/v1/openapi.json permanent
|
|
|
|
handle_path /static/previews/* {
|
|
rewrite * {path}
|
|
file_server
|
|
}
|
|
|
|
root * /usr/share/caddy
|
|
file_server
|
|
}
|