hacdc-klipper/config/nginx/mainsail-upstream.conf

6 lines
122 B
Plaintext
Raw Permalink Normal View History

2024-08-06 17:48:45 +00:00
# config file for a specific printer upstream
upstream PRINTERNAMELCapiserver {
ip_hash;
server 127.0.0.1:PORT;
}