Not really, you could try:
location /web2print {
proxy_pass http://192.100.100.82:6080/web2print;
}
Hence the / removal.
The backend seems to be returning an error.
location /web2print {
proxy_pass http://192.100.100.82:6080/web2print;
}
Hence the / removal.
The backend seems to be returning an error.