20 lines
246 B
Plaintext
20 lines
246 B
Plaintext
nomadweb.nomadro.com {
|
|
encode gzip
|
|
|
|
handle /api/* {
|
|
reverse_proxy 127.0.0.1:8055
|
|
}
|
|
|
|
handle /docs* {
|
|
reverse_proxy 127.0.0.1:8055
|
|
}
|
|
|
|
handle /openapi.json {
|
|
reverse_proxy 127.0.0.1:8055
|
|
}
|
|
|
|
handle {
|
|
reverse_proxy 127.0.0.1:3055
|
|
}
|
|
}
|