diff --git a/proxy.conf.json b/proxy.conf.json index 6b12fac..1dcf609 100644 --- a/proxy.conf.json +++ b/proxy.conf.json @@ -14,5 +14,15 @@ "pathRewrite": { "^/visafs/\\d+/": "/" } + }, + { + "match": "^/ws/print/(\\d+).*", + "type": "service", + "name": "Visa Printing", + "remotePort": 8091, + "pathRewrite": { + "^/ws/print/\\d+/": "/socket.io/" + }, + "ws": true } ]