|
|
|
@ -4,12 +4,19 @@
|
|
|
|
reverse_proxy geodata:8000
|
|
|
|
reverse_proxy geodata:8000
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
redir /openapi.json /api/v1/openapi.json permanent
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
handle_path /martin/* {
|
|
|
|
handle_path /martin/* {
|
|
|
|
rewrite * {path}
|
|
|
|
rewrite * {path}
|
|
|
|
reverse_proxy martin:3000
|
|
|
|
reverse_proxy martin:3000
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
redir /openapi.json /api/v1/openapi.json permanent
|
|
|
|
|
|
|
|
|
|
|
|
handle_path /pgweb/* {
|
|
|
|
|
|
|
|
rewrite * {path}
|
|
|
|
|
|
|
|
reverse_proxy pgweb:8081
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
handle_path /static/previews/* {
|
|
|
|
handle_path /static/previews/* {
|
|
|
|
rewrite * {path}
|
|
|
|
rewrite * {path}
|
|
|
|
|