Issue with Nginx Reverse Proxy -


we have nginx server running kibana on 80. have setup kibana our staging environments. if hit https://mykibana.mycompany.com/staging should hit staging kibana server listening on 80.

we tried sorts of configurations set reverse proxy, not working. https://mykibana.mycompany.com/staging returns "not found"

here config: upstream staging_hosts { server xx.yy.zz.ww; }

location @staging { proxy_pass http://staging_hosts; }

can me out?


Comments

Popular posts from this blog

html - Outlook 2010 Anchor (url/address/link) -

javascript - Why does running this loop 9 times take 100x longer than running it 8 times? -

Getting gateway time-out Rails app with Nginx + Puma running on Digital Ocean -