# Kibana 5 behind reverse proxy

**URL:** https://discuss.elastic.co/t/kibana-5-behind-reverse-proxy/75573
**Category:** Kibana
**Created:** [February 18, 2017, 6:25am UTC](https://discuss.elastic.co/t/kibana-5-behind-reverse-proxy/75573 "2017-02-18T06:25:02Z")
**Posts on this page:** 1
**Showing post:** 2

<div class="post-metadata">

### Author: ![weltenwort](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/weltenwort/32/53885_2.png) [@weltenwort](https://discuss.elastic.co/u/weltenwort)
#### Post date: [February 20, 2017, 4:05pm UTC](https://discuss.elastic.co/t/kibana-5-behind-reverse-proxy/75573/2 "2017-02-20T16:05:23Z")

</div>

Hi @niraj_kumar,

there is a [blog post](https://www.elastic.co/blog/playing-http-tricks-nginx) talking about deploying Elasticsearch behind nginx. Most of it would also be applicable for Kibana (with different ports, obviously). In addition, the following [Kibana settings](https://www.elastic.co/guide/en/kibana/current/settings.html) might need adjusting - depending on the specific environment:

- `server.host`
- `server.port`
- `server.basePath`

If you have also deployed the X-Pack, these settings could be of interest:

- `xpack.reporting.kibanaServer.hostname`
- `xpack.reporting.kibanaServer.port`

Some other users have shared information about their reverse proxy setups preciously on this forum:

- [https://discuss.elastic.co/t/can-someone-share-nginx-config-for-reverse-proxying-kibana4-4-4-5](https://discuss.elastic.co/t/can-someone-share-nginx-config-for-reverse-proxying-kibana4-4-4-5)
- [Reverse proxy Kibana](https://discuss.elastic.co/t/reverse-proxy-kibana/43647/)

---

_[View the full topic](https://discuss.elastic.co/t/kibana-5-behind-reverse-proxy/75573)._
