6 lines
110 B
Plaintext
6 lines
110 B
Plaintext
# OctoPrint WebUI through any access (external or internal)
|
|
:5000 {
|
|
reverse_proxy http://127.0.0.1:80 {
|
|
}
|
|
}
|