15 lines
262 B
Text
15 lines
262 B
Text
chorus.circuitforge.tech {
|
|
basicauth {
|
|
donna <bcrypt-hash-here>
|
|
alan <bcrypt-hash-here>
|
|
}
|
|
|
|
handle /api/* {
|
|
uri strip_prefix /api
|
|
reverse_proxy backend:8000
|
|
}
|
|
|
|
handle {
|
|
reverse_proxy frontend:80
|
|
}
|
|
}
|