Skip to content

Commit

Permalink
Add config for visa-print server
Browse files Browse the repository at this point in the history
  • Loading branch information
stuartcaunt committed Dec 7, 2023
1 parent 62c713a commit 306eab2
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions proxy.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
]

0 comments on commit 306eab2

Please sign in to comment.