How can I forward an IP to a directory

Hello Folks.
I installed Nginx and Elasticsearch and Kibana and my Linux box IP is
192.168.1.1 but when I enter this IP in browser it show me Nginx start
page
and I must enter “192.168.1.1/kibana” to show the Kibana start page. How
can
I doing it automatically? I mean is when a user Enter “192.168.1.1” it
automatically forwarded to “192.168.1.1/kibana” ?

Cheers.

Posted at Nginx Forum:

On Wed, Nov 26, 2014 at 06:51:36AM -0500, hack3rcon wrote:

Hi there,

I mean is when a user Enter “192.168.1.1” it
automatically forwarded to “192.168.1.1/kibana” ?

location = / { return 301 /kibana; }

f

Francis D. [email protected]