add <addresspart_type>:ISO3166-2 field to response address details

This commit is contained in:
Artem Ziablytskyi
2022-01-17 17:20:06 +01:00
committed by Sarah Hoffmann
parent 76c146f326
commit 82dbcbb12a
6 changed files with 10 additions and 11 deletions

View File

@@ -222,7 +222,7 @@ server {
listen 80 default_server;
listen [::]:80 default_server;
root $USERHOME/nominatim-project/website;
root $USERHOME/nominatim/website;
index search.php index.html;
location / {
try_files \$uri \$uri/ @php;