You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
include nginx
nginx::resource::vhost { "${::fqdn}:80":
proxy => 'http://localhost:5601',
}
I would recommend making the documentation clearer for this simple use-case.
The text was updated successfully, but these errors were encountered:
alex-harvey-z3q
changed the title
README not helping to create a reverse proxy
README not helping as much as it could to create a reverse proxy
Jan 27, 2016
I had a simple requirement to proxy port 80 through to a Kibana 4 application running on localhost:5601.
The README seems to imply that I need to do something like this:
(By the way, this led to a very unhappy Nginx that had lots of
(24: Too many open files)
messages when I tried to connect to it.)I found the answer in the tests directory:
which can be simplified to:
I would recommend making the documentation clearer for this simple use-case.
The text was updated successfully, but these errors were encountered: