reverse proxy - How to disable direct access to application server that sits behind nginx? -
i have kibana
application working @ http://myip:5601
i work through nginx
@ http://mydomain.ru
i have enough knowledge configure proxy_pass
nginx
kibana
. thing don't know how disable access kibana
directly through http://myip:5601
.
i have tested on 4.1 kibana (refer docs changed properties 4.2 onwards)
change host: "0.0.0.0" host: "localhost" . make sure kibana binds localhost , not serve outside of localhost request , have nginx proxy kibana requests.
Comments
Post a Comment