Skip to content

Commit

Permalink
Merge pull request #3490 from mtmail/which-url-after-webserver-install
Browse files Browse the repository at this point in the history
After install point user to '/status' not '/' path
  • Loading branch information
lonvia authored Jul 30, 2024
2 parents 507c028 + f52097c commit 804fb5f
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 804fb5f

Please sign in to comment.