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

Popular posts from this blog

php - Wordpress website dashboard page or post editor content is not showing but front end data is showing properly -

javascript - Twitter Bootstrap - how to add some more margin between tooltip popup and element -

javascript - Get parameter of GET request -