简体   繁体   中英

Nginx reverse proxy for drools business central workbench

Issue in nginx reverse proxy for drools business central workbench. It is working fine till login page but after login it just shows loading gif which says please wait loding application.

THis is an issue with websocket, errai (the technology used by Drools) and 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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM