Reverting 127.0.0.1 to localhost

This commit is contained in:
Dimitrios Liappis 2016-04-04 19:03:13 +03:00
parent be602ee026
commit e6d6eaa1bf
1 changed files with 2 additions and 2 deletions

View File

@ -1,11 +1,11 @@
==== Checking that Elasticsearch is running ==== Checking that Elasticsearch is running
You can test that your Elasticsearch node is running by sending an HTTP You can test that your Elasticsearch node is running by sending an HTTP
request to port `9200` on `127.0.0.1`: request to port `9200` on `localhost`:
[source,sh] [source,sh]
-------------------------------------------- --------------------------------------------
curl 127.0.0.1:9200 curl localhost:9200
-------------------------------------------- --------------------------------------------
which should give you a response something like this: which should give you a response something like this: