<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:΢ÈíÑźÚ
}
--></style></head>
<body class='hmmessage'><div dir='ltr'><div><div dir="ltr"><div>Hi Folks</div><div><br></div><div>i know this is the Dev maillist, but i'm not able to post my question on the forum due to 'frequency limit' issue, not sure what does the error mean.</div><div><br></div><div>in my case, I successfully setup BPMS on EAP 6.1.1 and can access it via port 8080 (login, import 'Evaluation' demo, and start process instance, check status, etc.), which means it's functional working.</div><div><br></div><div>then i tried to setup nginx in front of BPMS as the reverse proxy, i can load the login page via port 80, but the problem is after i input the username/password and press 'enter', it never bring up the Kie workbench page, it always showing "please wait, loading appliation"</div><div><br></div><div>do you have any idea how could this happened? thanks in advanced!</div><div><br></div><div>below is my nginx configuration:</div><div><br></div><div><br></div><div>cat /etc/nginx/conf.d/80.conf</div><div><br></div><div>include /etc/nginx/conf.d/upstreams/*.conf;</div><div><br></div><div>server {</div><div>&nbsp; listen &nbsp; &nbsp;80;</div><div>&nbsp; server_name &nbsp; *.x.y.z;</div><div>&nbsp; include /etc/nginx/conf.d/locations/http/*.conf;</div><div>}</div><div><br></div><div>cat /etc/nginx/conf.d/upstreams/*.conf</div><div><br></div><div>upstream us_8080 {</div><div>&nbsp; server 127.0.0.1:8080;</div><div>}</div><div><br></div><div>cat /etc/nginx/conf.d/locations/http/*.conf</div><div><br></div><div>location /business-central {</div><div>&nbsp; proxy_pass &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;http://us_8080;</div><div>&nbsp; proxy_next_upstream &nbsp; &nbsp; &nbsp; &nbsp; error timeout invalid_header http_500 http_502 http_503 http_504;</div><div>&nbsp; proxy_redirect &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;off;</div><div>&nbsp; proxy_set_header &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;X-Real-IP $remote_addr;</div><div>&nbsp; proxy_set_header &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Host $host;</div><div>&nbsp; proxy_set_header &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;X-Forwarded-Host $host;</div><div>&nbsp; proxy_set_header &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;X-Forwarded-Server $host;</div><div>&nbsp; proxy_set_header &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;X-Forwarded-For $proxy_add_x_forwarded_for;</div><div>}</div><div>location /dashbuilder {</div><div>&nbsp; proxy_pass &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;http://us_8080;</div><div>&nbsp; proxy_next_upstream &nbsp; &nbsp; &nbsp; &nbsp; error timeout invalid_header http_500 http_502 http_503 http_504;</div><div>&nbsp; proxy_redirect &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;off;</div><div>&nbsp; proxy_set_header &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;X-Real-IP $remote_addr;</div><div>&nbsp; proxy_set_header &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Host $host;</div><div>&nbsp; proxy_set_header &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;X-Forwarded-Host $host;</div><div>&nbsp; proxy_set_header &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;X-Forwarded-Server $host;</div><div>&nbsp; proxy_set_header &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;X-Forwarded-For $proxy_add_x_forwarded_for;</div><div>}</div><div><br></div>                                               </div></div><style><!--
.ExternalClass .ecxhmmessage P {
padding:0px;
}

.ExternalClass body.ecxhmmessage {
font-size:12pt;
font-family:΢ÈíÑźÚ;
}

--></style>                                               </div></body>
</html>