简体   繁体   English

Nginx 反向代理drools 商务中心工作台

[英]Nginx reverse proxy for drools business central workbench

Issue in nginx reverse proxy for drools business central workbench. Drools 业务中心工作台的 nginx 反向代理中的问题。 It is working fine till login page but after login it just shows loading gif which says please wait loding application.它在登录页面之前工作正常,但在登录后它只显示加载 gif,上面写着请等待加载应用程序。

THis is an issue with websocket, errai (the technology used by Drools) and nginx.这是 websocket、erai(Drools 使用的技术)和 nginx 的问题。

This configuration usually solves for me:这种配置通常可以为我解决:

proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection “upgrade”;

Source: https://groups.google.com/g/drools-setup/c/86XzRYrvRcY来源: https://groups.google.com/g/drools-setup/c/86XzRYrvRcY

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Drools 工作台(业务中心)请求超时 - Drools workbench (business-central) requests timing out 适用于 JBoss EAP7 的 Drools Business Central Workbench WAR - Drools Business Central Workbench WAR for JBoss EAP7 在 Drools 的业务中心使用 Google 登录进行身份验证和授权 - Authentication and authorization using Google login in Drools' business-central 如何在 Drools Business Central 中添加驱动程序以添加数据源 - How to add a driver to add data source in Drools Business Central 如何从 Business Central Drools 获取规则数据 - How to get Rule Data from Business Central Drools 我们可以在 TomcatServer 上安装 Business Central Workbench 7.36 吗? - Can we install Business Central Workbench 7.36 on TomcatServer? 当 kie-server 访问 business-central 上的 websocket controller 时,Drools/Kie-Server/Busines-Central 7.28.0 得到 403 - Drools/Kie-Server/Busines-Central 7.28.0 Is getting a 403 when kie-server accesses the websocket controller on business-central 如何从 DMN model(Drools Business Central)调用 static Java 方法 - How do I call static Java method from DMN model (Drools Business Central) 带有 KIE 执行服务器的业务中心 BPMN 图和 Drools 规则流组 - Business Central BPMN diagrams and Drools ruleflow-groups with KIE execution servers 显示为新的业务中心工作台测试场景触发的审计日志/规则? - Display of audit log / rules fired for new business central workbench test scenario?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM