From 2a7578a84452b98757496b0c6eec17dd4bd91c87 Mon Sep 17 00:00:00 2001 From: Barisi Kane Date: Thu, 4 Jan 2018 11:34:26 +0000 Subject: [PATCH] Fixed incorrect port number --- solr/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/solr/README.md b/solr/README.md index 170dbe0..e5fd597 100644 --- a/solr/README.md +++ b/solr/README.md @@ -30,7 +30,7 @@ Note: *If there are any errors during the course of running `vagrant up`, and it ### 3 - Configure your host machine to access the VM. 1. [Edit your hosts file](http://www.rackspace.com/knowledge_center/article/how-do-i-modify-my-hosts-file), adding the line `192.168.66.66 solr.test` so you can connect to the VM. - 2. Open your browser and access [http://solr.test:8080/solr/](http://solr.test:8080/solr). + 2. Open your browser and access [http://solr.test:8983/solr/](http://solr.test:8983/solr). ## Notes