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

authentication - Mongodb revoke acccess to connect test database -

r - Update two sets of radiobuttons reactively - shiny -

ios - Realm over CoreData should I use NSFetchedResultController or a Dictionary? -