Skip to content

Commit

Permalink
After install point user to /status not / path
Browse files Browse the repository at this point in the history
  • Loading branch information
mtmail committed Jul 30, 2024
1 parent bc75e56 commit f52097c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 4 additions & 2 deletions vagrant/Install-on-Ubuntu-22.sh
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,8 @@ else #DOCS:
sudo systemctl restart apache2
fi #DOCS:

# The Nominatim API is now available at `http://localhost/nominatim/`.
# The Nominatim API is now available at `http://localhost/nominatim/`. Point your browser
# to the status output `http://localhost/nominatim/status` to test if everything is ok.

fi #DOCS:

Expand Down Expand Up @@ -298,6 +299,7 @@ else #DOCS:
sudo systemctl restart nginx
fi #DOCS:

# The Nominatim API is now available at `http://localhost/nominatim/`.
# The Nominatim API is now available at `http://localhost/nominatim/`. Point your browser
# to the status output `http://localhost/nominatim/status` to test if everything is ok.

fi #DOCS:
6 changes: 4 additions & 2 deletions vagrant/Install-on-Ubuntu-24.sh
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,8 @@ else #DOCS:
sudo systemctl restart apache2
fi #DOCS:

# The Nominatim API is now available at `http://localhost/nominatim/`.
# The Nominatim API is now available at `http://localhost/nominatim/`. Point your browser
# to the status output `http://localhost/nominatim/status` to test if everything is ok.

fi #DOCS:

Expand Down Expand Up @@ -296,6 +297,7 @@ else #DOCS:
sudo systemctl restart nginx
fi #DOCS:

# The Nominatim API is now available at `http://localhost/nominatim/`.
# The Nominatim API is now available at `http://localhost/nominatim/`. Point your browser
# to the status output `http://localhost/nominatim/status` to test if everything is ok.

fi #DOCS:

0 comments on commit f52097c

Please sign in to comment.