Browse Source

Reverting 127.0.0.1 to localhost

Dimitrios Liappis 9 years ago
parent
commit
e6d6eaa1bf
1 changed files with 2 additions and 2 deletions
  1. 2 2
      docs/reference/setup/install/check-running.asciidoc

+ 2 - 2
docs/reference/setup/install/check-running.asciidoc

@@ -1,11 +1,11 @@
 ==== Checking that Elasticsearch is running
 
 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]
 --------------------------------------------
-curl 127.0.0.1:9200
+curl localhost:9200
 --------------------------------------------
 
 which should give you a response something like this: