Skip to content

Commit

Permalink
fix ws
Browse files Browse the repository at this point in the history
  • Loading branch information
phoenixbf committed Apr 12, 2024
1 parent add62f8 commit ca2dd2b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions services/ATON.service.main.js
Original file line number Diff line number Diff line change
Expand Up @@ -167,14 +167,14 @@ app.use('/vrc', createProxyMiddleware({
target: VRC_ADDR+":"+VRC_PORT,
ws: true,
pathRewrite: { '^/vrc': ''},
changeOrigin: true
//changeOrigin: true
}));
app.use('/svrc', createProxyMiddleware({
target: VRC_ADDR+":"+VRC_PORT,
ws: true,
pathRewrite: { '^/svrc': ''},
//secure: true,
changeOrigin: true
secure: true,
//changeOrigin: true
}));

// WebDav
Expand Down

0 comments on commit ca2dd2b

Please sign in to comment.