Update Klipper with Fluidd.
This commit is contained in:
@@ -1,9 +1,16 @@
|
||||
# Will be exposed by default.
|
||||
# :7125 {
|
||||
# reverse_proxy http://127.0.0.1:7125
|
||||
# }
|
||||
(fluidd) {
|
||||
root * {{ .fluidd_src }}
|
||||
file_server
|
||||
}
|
||||
|
||||
# Ingress
|
||||
:8099 {
|
||||
reverse_proxy http://127.0.0.1:7125
|
||||
handle /websocket* {
|
||||
reverse_proxy http://127.0.0.1:7125
|
||||
}
|
||||
import fluidd
|
||||
}
|
||||
# Fluidd
|
||||
:7130 {
|
||||
import fluidd
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user