<div id="reply-content"><br></div>
     
    <p style="color: #A0A0A8;">On Wednesday, July 22, 2015 at 2:26 AM, Puneeth Kumar wrote:</p>
    <blockquote type="cite" style="border-left-style:solid;border-width:1px;margin-left:0px;padding-left:10px;">
        <div id="quoted-message-content"><div><div>Hi,</div><div>I'm new to Nginx and we are using for reverse proxy.</div><div><br></div><div>I'm able to configured Nginx and it's working but I've challenge in</div><div>configuring it for Dynamic proxy_pass. I've tried to use wild characters</div><div>in proxy_pass it's not working, please help.</div><div><br></div><div>E.G.</div><div>location</div><div>server {</div><div>    #listen 443;</div><div>    listen 8080;</div><div>    #server_name analyticstest.isyntax.net;</div><div>    server_name IP;</div><div><br></div><div>/api/ingestion/ {</div><div>        proxy_set_header HOST $host;</div><div>        proxy_set_header X-Real-IP $remote_addr;</div><div>        proxy_buffers 8 512k;</div><div>        proxy_buffer_size 2024k;</div><div>        proxy_busy_buffers_size 2024k;</div><div>        proxy_read_timeout 3000;</div><div>        add_header Cache-Control no-cache;</div><div>        #rewrite ^/api/query/(.*)$ /$1;</div><div>        proxy_pass http://IP:8881/ingestion/v1.0/streams/NGINEX; (IP:</div><div>hostname of the server where the service</div><div>system)</div><div><br></div><div>In my case, in the above link last word NGINEX can be any other name, so</div><div>how I can dynamically configure for that word.</div><div>I tried using wild characters like *, . & _ are not working. Please</div><div>help.</div><div><br></div><div>Thank you</div><div><br></div><div>-- </div><div>Posted via http://www.ruby-forum.com/.</div><div><br></div><div>_______________________________________________</div><div>nginx mailing list</div><div>nginx@nginx.org</div><div>http://mailman.nginx.org/mailman/listinfo/nginx</div></div></div></blockquote><div><br></div><div><br></div><div><br></div><div>Hi,</div><div><br></div><div>Add a cookie to the session and have the back end route to proper path post cookie check</div><div><br></div><div> </div>
     
    <div>
        <br>
    </div>