fix guacamole

This commit is contained in:
Manuel Romero
2024-10-26 05:57:16 +02:00
parent c32c4fbb4e
commit d879849625

View File

@@ -129,7 +129,7 @@ passport.init(app, IS_SECURE ? true : false);
GUACAMOLE
*/
app.use('/guacamole/', passport.ensureAuthenticatedAndVPNDoLogin, createProxyMiddleware({
target: 'http://qmicloud-dev.qliktech.com:8080/',
target: 'http://qmicloud-dev.qliktech.com:8080/guacamole/',
ws: true,
changeOrigin: true,
followRedirects: true,