mirror of
https://github.com/dimalo/klipper-web-control-docker.git
synced 2026-01-18 05:02:12 +01:00
12 lines
289 B
Plaintext
12 lines
289 B
Plaintext
|
|
upstream apiserver {
|
|
#if you need to change your api port, edit it here
|
|
ip_hash;
|
|
server ${KLIPPER_HOST}:${KLIPPER_API_PORT};
|
|
}
|
|
|
|
upstream mjpgstreamer {
|
|
#if you need to change your webcam port, edit it here
|
|
ip_hash;
|
|
server ${JPEG_STREAM_HOST}:${JPEG_STREAM_PORT};
|
|
} |