6 lines
122 B
Plaintext
6 lines
122 B
Plaintext
|
# config file for a specific printer upstream
|
||
|
|
||
|
upstream PRINTERNAMELCapiserver {
|
||
|
ip_hash;
|
||
|
server 127.0.0.1:PORT;
|
||
|
}
|