17 lines
185 B
Groovy
17 lines
185 B
Groovy
(fluidd) {
|
|
root * {{ .fluidd_src }}
|
|
file_server
|
|
}
|
|
|
|
# Ingress
|
|
:8099 {
|
|
handle /websocket* {
|
|
reverse_proxy http://127.0.0.1:7125
|
|
}
|
|
import fluidd
|
|
}
|
|
# Fluidd
|
|
:7130 {
|
|
import fluidd
|
|
}
|