12 lines
217 B
Plaintext
12 lines
217 B
Plaintext
auth.mtst.tec.br {
|
|
handle /realms/* {
|
|
reverse_proxy http://keycloak:9090
|
|
}
|
|
handle /resources/* {
|
|
reverse_proxy http://keycloak:9090
|
|
}
|
|
handle /admin* {
|
|
reverse_proxy http://keycloak:9090
|
|
}
|
|
}
|