# Can someone share nginx config for reverse proxying Kibana4.4/4,5

**URL:** https://discuss.elastic.co/t/can-someone-share-nginx-config-for-reverse-proxying-kibana4-4-4-5/46326
**Category:** Kibana
**Created:** [April 5, 2016, 5:37am UTC](https://discuss.elastic.co/t/can-someone-share-nginx-config-for-reverse-proxying-kibana4-4-4-5/46326 "2016-04-05T05:37:34Z")
**Posts on this page:** 1
**Showing post:** 8

<div class="post-metadata">

### Author: ![yodog](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/yodog/32/4822_2.png) [@yodog](https://discuss.elastic.co/u/yodog)
#### Post date: [August 2, 2016, 6:57pm UTC](https://discuss.elastic.co/t/can-someone-share-nginx-config-for-reverse-proxying-kibana4-4-4-5/46326/8 "2016-08-02T18:57:29Z")

</div>

here:

> [@\[4.3.0 \] how to configure your nginx balancer and apache reverse proxy](https://discuss.elastic.co/t/4-3-0-how-to-configure-your-nginx-balancer-and-apache-reverse-proxy/37351/2):
>
> ok. got it. this is what you need for a fully functional proxy / load balancer answering on [http://my-balancer/kibana/](http://my-balancer/kibana/) #Balancer nginx /etc/nginx/conf.d/elastic-80.server.conf upstream web { server elk-node-01; server elk-node-02; server elk-node-03; keepalive 5; } server { listen 80; location / { proxy\_pass http://web; proxy\_http\_version 1.1; proxy\_set\_header Connection "Keep-Alive"; proxy\_set\_header Proxy-Connection "Keep-Alive…

---

_[View the full topic](https://discuss.elastic.co/t/can-someone-share-nginx-config-for-reverse-proxying-kibana4-4-4-5/46326)._
