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 -

How to get the ip address of VM and use it to configure SSH connection dynamically in Ansible -

javascript - Get parameter of GET request -