<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic load balancer config in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/load-balancer-config/m-p/68449#M21054</link>
    <description>Hi Team,&lt;BR /&gt;&lt;BR /&gt;I really need your support to advice on how to setup a load balancer for 2 blueprism app servers.&lt;BR /&gt;My whole setup is on aws so initially I was using aws load balancer but getting the "there is no endpoint listening"(I have attached the exact error message).Later I came to know that loadbalancer of aws is not supported as I need to use nginx reverse proxy.&lt;BR /&gt;&lt;BR /&gt;But after setting nginx reverse proxy also I am getting the same error message.Below is the configuration which I am using for reverse proxy.&lt;BR /&gt;Really appreciate if someone can advice..&lt;BR /&gt;
&lt;DIV class="media" style="overflow: hidden; zoom: 1;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="27274.jpg"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/27404iE16324A7075F25F1/image-size/large?v=v2&amp;amp;px=999" role="button" title="27274.jpg" alt="27274.jpg" /&gt;&lt;/span&gt;&lt;/DIV&gt;
on this please...&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;nginx.conf&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;worker_processes&amp;nbsp; 1;worker_processes&amp;nbsp; 1;&lt;BR /&gt;events {&amp;nbsp; &amp;nbsp; worker_connections&amp;nbsp; 1024;}&lt;BR /&gt;&lt;BR /&gt;http {&amp;nbsp; &amp;nbsp; include&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;mime.types;&amp;nbsp; &amp;nbsp; default_type&amp;nbsp; application/octet-stream;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; sendfile&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; on;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; keepalive_timeout&amp;nbsp; 65;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; upstream testlb { ip_hash;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; server 10.0.0.11:8199;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; server 10.0.0.10:8199 weight=3;&amp;nbsp; &amp;nbsp; }&lt;BR /&gt;&amp;nbsp; &amp;nbsp; server {&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; listen&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;8199;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; server_name&amp;nbsp; localhost;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; location / { &amp;nbsp; &amp;nbsp; proxy_pass &lt;A href="http://testlb;&amp;nbsp;" target="test_blank"&gt;http://testlb;&amp;nbsp;&lt;/A&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; }&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; # redirect server error pages to the static page /50x.html&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; #&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; error_page&amp;nbsp; &amp;nbsp;500 502 503 504&amp;nbsp; /50x.html;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; location = /50x.html {&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; root&amp;nbsp; &amp;nbsp;html;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }&amp;nbsp; &amp;nbsp; }}&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Gaurav Purohit&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
    <pubDate>Sat, 19 Oct 2019 07:08:00 GMT</pubDate>
    <dc:creator>GauravPurohit</dc:creator>
    <dc:date>2019-10-19T07:08:00Z</dc:date>
    <item>
      <title>load balancer config</title>
      <link>https://community.blueprism.com/t5/Product-Forum/load-balancer-config/m-p/68449#M21054</link>
      <description>Hi Team,&lt;BR /&gt;&lt;BR /&gt;I really need your support to advice on how to setup a load balancer for 2 blueprism app servers.&lt;BR /&gt;My whole setup is on aws so initially I was using aws load balancer but getting the "there is no endpoint listening"(I have attached the exact error message).Later I came to know that loadbalancer of aws is not supported as I need to use nginx reverse proxy.&lt;BR /&gt;&lt;BR /&gt;But after setting nginx reverse proxy also I am getting the same error message.Below is the configuration which I am using for reverse proxy.&lt;BR /&gt;Really appreciate if someone can advice..&lt;BR /&gt;
&lt;DIV class="media" style="overflow: hidden; zoom: 1;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="27274.jpg"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/27404iE16324A7075F25F1/image-size/large?v=v2&amp;amp;px=999" role="button" title="27274.jpg" alt="27274.jpg" /&gt;&lt;/span&gt;&lt;/DIV&gt;
on this please...&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;nginx.conf&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;worker_processes&amp;nbsp; 1;worker_processes&amp;nbsp; 1;&lt;BR /&gt;events {&amp;nbsp; &amp;nbsp; worker_connections&amp;nbsp; 1024;}&lt;BR /&gt;&lt;BR /&gt;http {&amp;nbsp; &amp;nbsp; include&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;mime.types;&amp;nbsp; &amp;nbsp; default_type&amp;nbsp; application/octet-stream;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; sendfile&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; on;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; keepalive_timeout&amp;nbsp; 65;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; upstream testlb { ip_hash;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; server 10.0.0.11:8199;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; server 10.0.0.10:8199 weight=3;&amp;nbsp; &amp;nbsp; }&lt;BR /&gt;&amp;nbsp; &amp;nbsp; server {&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; listen&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;8199;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; server_name&amp;nbsp; localhost;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; location / { &amp;nbsp; &amp;nbsp; proxy_pass &lt;A href="http://testlb;&amp;nbsp;" target="test_blank"&gt;http://testlb;&amp;nbsp;&lt;/A&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; }&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; # redirect server error pages to the static page /50x.html&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; #&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; error_page&amp;nbsp; &amp;nbsp;500 502 503 504&amp;nbsp; /50x.html;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; location = /50x.html {&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; root&amp;nbsp; &amp;nbsp;html;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }&amp;nbsp; &amp;nbsp; }}&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Gaurav Purohit&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Sat, 19 Oct 2019 07:08:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/load-balancer-config/m-p/68449#M21054</guid>
      <dc:creator>GauravPurohit</dc:creator>
      <dc:date>2019-10-19T07:08:00Z</dc:date>
    </item>
  </channel>
</rss>

