mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-02-26 11:08:13 +00:00
Fix API docs and Vagrant instructions to import data
This commit is contained in:
committed by
Sarah Hoffmann
parent
665fae8343
commit
a79c1bda9b
@@ -222,7 +222,7 @@ server {
|
|||||||
listen 80 default_server;
|
listen 80 default_server;
|
||||||
listen [::]:80 default_server;
|
listen [::]:80 default_server;
|
||||||
|
|
||||||
root $USERHOME/nominatim/website;
|
root $USERHOME/nominatim-project/website;
|
||||||
index search.php index.html;
|
index search.php index.html;
|
||||||
location / {
|
location / {
|
||||||
try_files \$uri \$uri/ @php;
|
try_files \$uri \$uri/ @php;
|
||||||
|
|||||||
Reference in New Issue
Block a user